···4444 };
45454646 # Set to null as TLP will manage the frequency governor for us
4747- powerManagement.cpuFreqGovernor = lib.mkIf config.cow.role-laptop.powersave (
4848- if config.cow.audio.tweaks.enable
4949- then (lib.mkForce null)
5050- else null
5151- );
4747+ powerManagement.cpuFreqGovernor = lib.mkIf config.cow.role-laptop.powersave null;
52485349 services.tlp = lib.mkIf config.cow.role-laptop.powersave {
5450 enable = true;