about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-08-03 19:38:24 +0200
committeraszlig <aszlig@nix.build>2022-08-03 19:38:24 +0200
commit48dfe5d842af894eec491b855b5db28f76e136d2 (patch)
tree66a2681f05fe3bec0a15cab9e27645efe6bae318 /machines
parent3f933a56e4cb739f5d14ab534582fba450be8c06 (diff)
slylandro: Enable keyboard backlight
This is a custom kernel module for TUXEDO laptops, which allows to
control the backlight. I haven't played around with its settings yet,
but having the module available helps with that.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/slylandro.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix
index 8a28b393..4b0aa362 100644
--- a/machines/aszlig/slylandro.nix
+++ b/machines/aszlig/slylandro.nix
@@ -24,6 +24,7 @@
 
   hardware.cpu.amd.updateMicrocode = true;
   hardware.firmware = [ pkgs.linux-firmware ];
+  hardware.tuxedo-keyboard.enable = true;
 
   hardware.video.hidpi.enable = true;
   services.xserver.dpi = 188;