nix-conf/system/modules/battery-life.nix
2025-04-21 13:12:57 +08:00

8 lines
107 B
Nix

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