about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-09-08 22:16:25 +0200
committeraszlig <aszlig@nix.build>2022-09-08 22:16:25 +0200
commit4f40b9c0dd898ec0460b47e727dbb1e0360a2bf9 (patch)
tree07d6b86eff913804c15bcdcab666b929894ad6a1 /machines/aszlig
parentfb6cc81caf5a836b9443ed7277ea71f94d1f16fb (diff)
machines/slylandro: Remove tuxedo-keyboard module
This actually consists of several modules which are of poor code
quality, none of them however are essential for the TUXEDO Pulse 15
because its keyboard backlight is single color so let's drop them since
they just taint the kernel for no reason.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/slylandro.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/aszlig/slylandro.nix b/machines/aszlig/slylandro.nix
index 050d2d3c..2ebc74f4 100644
--- a/machines/aszlig/slylandro.nix
+++ b/machines/aszlig/slylandro.nix
@@ -25,7 +25,6 @@
 
   hardware.cpu.amd.updateMicrocode = true;
   hardware.firmware = [ pkgs.linux-firmware ];
-  hardware.tuxedo-keyboard.enable = true;
   vuizvui.hardware.tuxedo.pulse15.gen2.enable = true;
 
   hardware.video.hidpi.enable = true;