modules.hardware.cpu: add ryzenadj to amd cpu

This commit is contained in:
2025-10-03 12:02:18 +08:00
parent 2c7d9ee8d6
commit 537068fab8

View File

@@ -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;
})
]);