diff --git a/hosts/adrastea/configuration.nix b/hosts/adrastea/configuration.nix index c7ecf48..95e79c7 100755 --- a/hosts/adrastea/configuration.nix +++ b/hosts/adrastea/configuration.nix @@ -55,7 +55,10 @@ services.tlp.enable = true; - powerManagement.powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock"; + powerManagement = { + powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock"; + cpuFreqGovernor = "performance"; + }; networking.hostName = "adrastea"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.