push
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
den.aspects.autocpufreq = {
|
||||
nixos = {
|
||||
programs.auto-cpufreq.enable = true;
|
||||
|
||||
programs.auto-cpufreq.settings = {
|
||||
charger = {
|
||||
governor = "performance";
|
||||
turbo = "auto";
|
||||
};
|
||||
|
||||
battery = {
|
||||
governor = "powersave";
|
||||
turbo = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user