diff options
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/tp-x200.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/makefu/2configs/tp-x200.nix b/makefu/2configs/tp-x200.nix index 25a2537e8..8d41d6806 100644 --- a/makefu/2configs/tp-x200.nix +++ b/makefu/2configs/tp-x200.nix @@ -12,7 +12,7 @@ with lib; }; - networking.wireless.enable = true; + #networking.wireless.enable = true; hardware.enableAllFirmware = true; nixpkgs.config.allowUnfree = true; @@ -25,4 +25,10 @@ with lib; xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2 xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200 ''; + + services.thinkfan.enable = true; + services.tlp.enable = true; + services.tlp.extraConfig = '' + START_CHARGE_THRESH_BAT0=80 + ''; } |