From 4f40b9c0dd898ec0460b47e727dbb1e0360a2bf9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 8 Sep 2022 22:16:25 +0200 Subject: 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 --- machines/aszlig/slylandro.nix | 1 - 1 file changed, 1 deletion(-) 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; -- cgit 1.4.1