power.nix: enable superfreq
This commit is contained in:
parent
8634db6c53
commit
fb6e0db5a0
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ in {
|
|||
|
||||
hardware.acpilight.enable = false;
|
||||
|
||||
programs.superfreq.enable = true;
|
||||
services = {
|
||||
upower = {
|
||||
enable = true;
|
||||
|
@ -50,7 +51,7 @@ in {
|
|||
};
|
||||
|
||||
auto-cpufreq = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
charger = {
|
||||
governor = "performance";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue