From 0e52016eca1fe650b1f51f0635063c7eff8ec56a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Sep 2026 18:11:52 -0500 Subject: add charge threshold for T430 and set desktop dir to null --- hosts/T430/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts') diff --git a/hosts/T430/configuration.nix b/hosts/T430/configuration.nix index 929bab5..fc0c1dc 100644 --- a/hosts/T430/configuration.nix +++ b/hosts/T430/configuration.nix @@ -25,6 +25,15 @@ }; }; + # Configure charge threshold for battery + services.tlp = { + enable = true; + settings = { + START_CHARGE_THRESH_BAT0 = 55; + STOP_CHARGE_THRESH_BAT0 = 80; + }; + }; + # Enable user timmy _users.timmy = { enable = true; -- cgit v1.2.3