diff --git a/modules/power.nix b/modules/power.nix index 7b11b46..3e9f9e3 100644 --- a/modules/power.nix +++ b/modules/power.nix @@ -31,9 +31,6 @@ NATACPI_ENABLE = 1; TPACPI_ENABLE = 1; TPSMAPI_ENABLE = 1; - - # Disable touchscreen to save battery - RUNTIME_PM_DRIVER_BLACKLIST = "usbhid"; }; };