diff --git a/modules/hardware/cpu.nix b/modules/hardware/cpu.nix index 79027f82..03a2071c 100644 --- a/modules/hardware/cpu.nix +++ b/modules/hardware/cpu.nix @@ -22,7 +22,7 @@ inputs: (inputs.lib.mkIf (cpu == "amd") { hardware.cpu.amd = { updateMicrocode = true; ryzen-smu.enable = true; }; - environment.systemPackages = with inputs.pkgs; [ zenmonitor ]; + environment.systemPackages = with inputs.pkgs; [ zenmonitor ryzenadj ]; programs.ryzen-monitor-ng.enable = true; }) ]);