about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 000000000000..c6ed7e67ad66
--- /dev/null
+++ b/apple/macbook-air/4/default.nix
@@ -0,0 +1,7 @@
+{
+  imports = [ ../. ];
+
+  boot.kernelParams = [
+    "acpi_backlight=vendor"
+  ];
+}