mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-18 17:09:41 +01:00
apple/macbook-air/4: add
This commit is contained in:
parent
e228c7827b
commit
88bd1266a7
1 changed files with 7 additions and 0 deletions
7
apple/macbook-air/4/default.nix
Normal file
7
apple/macbook-air/4/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
imports = [ ../. ];
|
||||
|
||||
boot.kernelParams = [
|
||||
"acpi_backlight=vendor"
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue