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