From 7bcd2326c4474353698b3b773f3e70903839d8bb Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 7 Nov 2023 14:30:43 -0600 Subject: [PATCH] Need a little more power while on battery --- system/hardware/power.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hardware/power.nix b/system/hardware/power.nix index 7eba3c4..a765936 100644 --- a/system/hardware/power.nix +++ b/system/hardware/power.nix @@ -25,7 +25,7 @@ CPU_MIN_PERF_ON_AC = 0; CPU_MAX_PERF_ON_AC = 100; CPU_MIN_PERF_ON_BAT = 0; - CPU_MAX_PERF_ON_BAT = 50; + CPU_MAX_PERF_ON_BAT = 90; }; };