diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-17 22:01:10 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-17 22:01:10 +0530 | 
| commit | f16c299d9861a1b02cc0bfa16ac64936757e76b4 (patch) | |
| tree | d08b084b87bcfad234bd9c1d81b70cf972e5360f /modules/laptop.nix | |
| parent | 9b39ceeed85c109094daec75d4da071a654a71f7 (diff) | |
update
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;      };    }; | 
