Enhancement: Add amdgpu_top

This commit is contained in:
Joey Hafner 2025-02-06 23:01:03 -08:00
parent e301a841f9
commit be1daee4f1
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -37,6 +37,10 @@
rocmPackages_5.rocminfo
];
home-manager.users."${sys.username}" = {
home.packages = with pkgs; [ amdgpu_top ];
};
nixpkgs.hostPlatform = "x86_64-linux";
hardware.cpu.amd.updateMicrocode = true;
hardware.enableRedistributableFirmware = true;