nix-configs/modules/desktop/tlp.nix

9 lines
154 B
Nix

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