diff --git a/modules/power.nix b/modules/power.nix index 3e9f9e3..11586eb 100644 --- a/modules/power.nix +++ b/modules/power.nix @@ -39,4 +39,7 @@ enable = true; percentageAction = 5; }; + + # Disable touchscreen + boot.blacklistedKernelModules = [ "hid_multitouch" ]; }