summaryrefslogtreecommitdiffstats
path: root/apple
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 04:32:30 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 04:32:30 +0000
commit88bd1266a78d88bea8efaec6ed6e2ba714f0872b (patch)
treefa8fbf81102eb11aaf2905625ed4decd86650010 /apple
parente228c7827b5ac2b08f07433aa8fbc8f2c41e85a5 (diff)
apple/macbook-air/4: add
Diffstat (limited to 'apple')
-rw-r--r--apple/macbook-air/4/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/apple/macbook-air/4/default.nix b/apple/macbook-air/4/default.nix
new file mode 100644
index 0000000..c6ed7e6
--- /dev/null
+++ b/apple/macbook-air/4/default.nix
@@ -0,0 +1,7 @@
+{
+ imports = [ ../. ];
+
+ boot.kernelParams = [
+ "acpi_backlight=vendor"
+ ];
+}