all repos — nixfiles @ 10f9cb5818295fc8fdfe390da001abfa47a64788

System and user configuration, managed by nix and home-manager

thinkpad: remove config duplicated from nixos-hardware

Alan Pearce
commit

10f9cb5818295fc8fdfe390da001abfa47a64788

parent

83a6295c5104ded6348eb8e2a3310c154c7a6f48

1 file changed, 0 insertions(+), 12 deletions(-)

jump to
M system/settings/hardware/thinkpad.nixsystem/settings/hardware/thinkpad.nix
@@ -2,18 +2,6 @@ { config, pkgs, ... }:
{ 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;