summary refs log tree commit diff stats
path: root/modules/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/thinkpad.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix
index 1e97f06..755b433 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 = {