diff options
Diffstat (limited to 'modules/laptop.nix')
| -rw-r--r-- | modules/laptop.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/laptop.nix b/modules/laptop.nix index 4eb401b..3d6f00e 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -22,7 +22,7 @@        CPU_MIN_PERF_ON_AC = 0;        CPU_MAX_PERF_ON_AC = 100;        CPU_MIN_PERF_ON_BAT = 0; -      CPU_MAX_PERF_ON_BAT = 20; +      CPU_MAX_PERF_ON_BAT = 35;      };    }; | 
