tweaks for using cosmic more

This commit is contained in:
Chris Cochrun 2024-11-22 13:54:17 -06:00
parent 7585885ad7
commit 6bc92a0a46
4 changed files with 8 additions and 7 deletions

View file

@ -54,9 +54,9 @@
# Power settings
services.thermald.enable = true;
services.power-profiles-daemon.enable = false;
services.power-profiles-daemon.enable = true;
services.tlp = {
enable = true;
enable = false;
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";