add default powermanager setting for desktop

This commit is contained in:
Frost-Phoenix 2024-04-13 15:30:32 +02:00
parent 4b3b15f240
commit 5c87b98df1
2 changed files with 2 additions and 1 deletions

View file

@ -7,5 +7,4 @@
hardware.opengl.extraPackages = with pkgs; [
];
powerManagement.cpuFreqGovernor = "performance";
}