diff options
Diffstat (limited to 'pc_t14.nix')
-rw-r--r-- | pc_t14.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -53,7 +53,13 @@ }; services = { - tlp.enable = true; + tlp = { + enable = true; + settings = { + START_CHARGE_THRESH_BAT0 = 80; + STOP_CHARGE_THRESH_BAT0 = 85; + }; + }; xserver.videoDrivers = ["amdgpu"]; }; |