Laptop: Difference between revisions
m Correct configuration.nix example when using the upstream auto-cpufreq flake. |
Tag: Undo |
||
| Line 79: | Line 79: | ||
# ---Snip--- | # ---Snip--- | ||
programs.auto-cpufreq.enable = true; | |||
# optionally, you can configure your auto-cpufreq settings, if you have any | # optionally, you can configure your auto-cpufreq settings, if you have any | ||
programs.auto-cpufreq.settings = { | |||
charger = { | charger = { | ||
governor = "performance"; | governor = "performance"; | ||