desktop: trying auto-cpufreq
This commit is contained in:
parent
34661f9595
commit
234b0798a5
@ -43,6 +43,14 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
auto-cpufreq = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
charger.governor = "performance";
|
||||||
|
battery.governor = "balanced";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
autorandr.enable = true;
|
autorandr.enable = true;
|
||||||
|
|
||||||
avahi = {
|
avahi = {
|
||||||
|
Loading…
Reference in New Issue
Block a user