Disable auto-cpufreq, flake update.

This commit is contained in:
jay
2025-07-25 13:53:08 -04:00
parent 6372c54d4c
commit 643eb1cb33
3 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
programs.auto-cpufreq = {
enable = true;
enable = false;
settings = {
charger = {
governor = "performance";