Performance mode bc no battery anymore = lag

This commit is contained in:
2025-08-16 16:31:04 +03:00
parent 7540429448
commit 4c32447243

View File

@@ -85,4 +85,9 @@
"broadcom-sta" # aka “wl” "broadcom-sta" # aka “wl”
"python" "python"
]; ];
powerManagement = {
enable = true;
cpuFreqGovernor = "performance";
};
} }