mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:09:24 +08:00
modules.hardware.cpu: add ryzenadj to amd cpu
This commit is contained in:
@@ -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;
|
||||
})
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user