1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-28 23:48:33 +02:00
nixos-hardware/apple/macbook-air/4/default.nix
2017-12-25 04:32:30 +00:00

8 lines
84 B
Nix

{
imports = [ ../. ];
boot.kernelParams = [
"acpi_backlight=vendor"
];
}