diff options
author | makefu <github@syntax-fehler.de> | 2016-01-13 23:20:40 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-13 23:20:40 +0100 |
commit | f678d7e083c596e06057b8037dc1c321842ce838 (patch) | |
tree | 5acb60bf2f2537a1e453439e5a01207188cc063c /makefu/2configs/hw/tp-x2x0.nix | |
parent | c47c07d4274dfcf2cfe82bc087e2eace2a4b62b3 (diff) |
ma 2 zsh-user: compinit is being automatically
Diffstat (limited to 'makefu/2configs/hw/tp-x2x0.nix')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix index 047895ce6..ebc72a06e 100644 --- a/makefu/2configs/hw/tp-x2x0.nix +++ b/makefu/2configs/hw/tp-x2x0.nix @@ -24,5 +24,12 @@ with lib; services.tlp.enable = true; services.tlp.extraConfig = '' START_CHARGE_THRESH_BAT0=80 + + CPU_SCALING_GOVERNOR_ON_AC=performance + CPU_SCALING_GOVERNOR_ON_BAT=ondemand + CPU_MIN_PERF_ON_AC=0 + CPU_MAX_PERF_ON_AC=100 + CPU_MIN_PERF_ON_BAT=0 + CPU_MAX_PERF_ON_BAT=30 ''; } |