diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hardware/thinkpad.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix index 1e97f06c..755b433e 100644 --- a/modules/hardware/thinkpad.nix +++ b/modules/hardware/thinkpad.nix @@ -1,10 +1,9 @@ { config, pkgs, ... }: -{ boot.kernelModules = [ "tp_smapi" ]; +{ boot.kernelModules = [ ]; boot.blacklistedKernelModules = [ "thinkpad_ec" ]; boot.extraModulePackages = with config.boot.kernelPackages; [ - # acpi_call - tp_smapi + acpi_call ]; hardware.trackpoint = { |