add default powermanager setting for desktop
This commit is contained in:
parent
4b3b15f240
commit
5c87b98df1
|
@ -4,4 +4,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./../../modules/core
|
./../../modules/core
|
||||||
];
|
];
|
||||||
|
|
||||||
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
}
|
}
|
|
@ -7,5 +7,4 @@
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
|
||||||
];
|
];
|
||||||
powerManagement.cpuFreqGovernor = "performance";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue