Skip to content

Commit

Permalink
Change TLP charge thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
j0hax committed Apr 21, 2020
1 parent e58c64a commit 76f6813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lenovo/thinkpad/x230/default.nix
Expand Up @@ -16,4 +16,10 @@
services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true"
'';

services.tlp.extraConfig = lib.mkDefault ''
START_CHARGE_THRESH_BAT0=67
STOP_CHARGE_THRESH_BAT0=100
'';

}

0 comments on commit 76f6813

Please sign in to comment.