nix-configs/modules/desktop/tlp.nix

10 lines
156 B
Nix

{ ... }:
{
services.tlp = {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = "70";
STOP_CHARGE_TRESH_BAT0 = "85";
};
};
}