summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2019-11-13 16:50:01 +0100
committerAlan Pearce2019-11-13 16:50:01 +0100
commit10f9cb5818295fc8fdfe390da001abfa47a64788 (patch)
tree9b271ec6cd7d0a044408546dd64d513a3e8ce91f /system
parent83a6295c5104ded6348eb8e2a3310c154c7a6f48 (diff)
downloadnixfiles-10f9cb5818295fc8fdfe390da001abfa47a64788.tar.lz
nixfiles-10f9cb5818295fc8fdfe390da001abfa47a64788.tar.zst
nixfiles-10f9cb5818295fc8fdfe390da001abfa47a64788.zip
thinkpad: remove config duplicated from nixos-hardware
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/thinkpad.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/settings/hardware/thinkpad.nix b/system/settings/hardware/thinkpad.nix
index f9e5e276..e4ddb829 100644
--- a/system/settings/hardware/thinkpad.nix
+++ b/system/settings/hardware/thinkpad.nix
@@ -2,18 +2,6 @@
 
 { boot.kernelModules = [ ];
   boot.blacklistedKernelModules = [ "thinkpad_ec" ];
-  boot.extraModulePackages = with config.boot.kernelPackages; [
-    acpi_call
-  ];
-
-  hardware.trackpoint = {
-    enable = true;
-    emulateWheel = true;
-  };
-
-  services.tlp = {
-    enable = true;
-  };
 
   services.fwupd = {
     enable = true;