nix-conf/system/modules/battery-life.nix
2026-01-10 12:46:40 +08:00

8 lines
107 B
Nix
Executable file

{
services.tlp = {
enable = true;
settings = {
STOP_CHARGE_THRESH_BAT0 = 80;
};
};
}