From 4c32447243e72ca7704699975decc2a8c5a0ac4f Mon Sep 17 00:00:00 2001 From: kenny Date: Sat, 16 Aug 2025 16:31:04 +0300 Subject: [PATCH] Performance mode bc no battery anymore = lag --- hosts/puter/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/puter/hardware-configuration.nix b/hosts/puter/hardware-configuration.nix index fc695cf..a7011d9 100644 --- a/hosts/puter/hardware-configuration.nix +++ b/hosts/puter/hardware-configuration.nix @@ -85,4 +85,9 @@ "broadcom-sta" # aka “wl” "python" ]; + + powerManagement = { + enable = true; + cpuFreqGovernor = "performance"; + }; }