inputs: { config, ... }: { services.tlp = { enable = true; settings = { CPU_SCALING_GOVERNOR_ON_AC = config.powerManagement.cpuFreqGovernor; CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; }; }; }