diff options
author | Felix Richter <makefu@syntax-fehler.de> | 2015-08-16 11:44:52 +0000 |
---|---|---|
committer | Felix Richter <makefu@syntax-fehler.de> | 2015-08-16 11:44:52 +0000 |
commit | 41e7978af2dbe8ac2195012ac05c11db4644b8af (patch) | |
tree | ea6ccc85a1f463d86d8631b518db87939eb41bb3 /makefu/2configs/tp-x200.nix | |
parent | 1c08ba3213f4c74afd906e27ae742af3a97af288 (diff) | |
parent | cee09a1ae3ecbaab66cf1707241827df7905426c (diff) |
Merge branch 'before-merge'
Diffstat (limited to 'makefu/2configs/tp-x200.nix')
-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 + ''; } |