1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-18 08:59:41 +01:00

apple/macbook-air/4: add

This commit is contained in:
Yegor Timoshenko 2017-12-25 04:32:30 +00:00
parent e228c7827b
commit 88bd1266a7
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210

View file

@ -0,0 +1,7 @@
{
imports = [ ../. ];
boot.kernelParams = [
"acpi_backlight=vendor"
];
}