From 410a202b3dcb3d31df0b1f3996d601e4fb36e2f8 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 30 Sep 2025 11:14:34 +0530 Subject: [PATCH] feat(canopus): reduce battery charge threshold --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 04060f7..73b688f 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -290,7 +290,7 @@ enableUserService = true; asusdConfig.text = '' ( - charge_control_end_threshold: 100, + charge_control_end_threshold: 80, panel_od: false, mini_led_mode: false, disable_nvidia_powerd_on_battery: true,