nixy/tlp: est start/stop batt charge thresholds

This commit is contained in:
Asmir A 2025-08-30 10:28:25 +02:00
parent 82e45af049
commit 95956ba48b
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -444,6 +444,10 @@ in
tlp = { tlp = {
enable = true; enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 70;
STOP_CHARGE_THRESH_BAT0 = 86;
};
}; };
batteryNotifier = { batteryNotifier = {