{ pkgs, config, lib, ... }: { powerManagement = { enable = true; powertop.enable = true; cpuFreqGovernor = "powersave"; }; }