diff options
author | Alan Pearce | 2019-11-13 16:50:01 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-13 16:50:01 +0100 |
commit | 10f9cb5818295fc8fdfe390da001abfa47a64788 (patch) | |
tree | 9b271ec6cd7d0a044408546dd64d513a3e8ce91f /system/settings | |
parent | 83a6295c5104ded6348eb8e2a3310c154c7a6f48 (diff) | |
download | nixfiles-10f9cb5818295fc8fdfe390da001abfa47a64788.tar.lz nixfiles-10f9cb5818295fc8fdfe390da001abfa47a64788.tar.zst nixfiles-10f9cb5818295fc8fdfe390da001abfa47a64788.zip |
thinkpad: remove config duplicated from nixos-hardware
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/hardware/thinkpad.nix | 12 |
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; |