desktop: trying auto-cpufreq

This commit is contained in:
Motiejus Jakštys 2024-04-15 09:59:48 +03:00 committed by Motiejus Jakštys
parent 34661f9595
commit 234b0798a5

View File

@ -43,6 +43,14 @@ in {
];
};
auto-cpufreq = {
enable = true;
settings = {
charger.governor = "performance";
battery.governor = "balanced";
};
};
autorandr.enable = true;
avahi = {