btop: enable gpu monitoring
This commit is contained in:
parent
e22633ae07
commit
1a2a768045
|
@ -43,6 +43,7 @@ in
|
|||
vaapiVdpau
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
rocmPackages.rocm-smi
|
||||
];
|
||||
|
||||
programs.corectrl.enable = true;
|
||||
|
|
|
@ -70,7 +70,9 @@
|
|||
comma
|
||||
|
||||
# System monitors
|
||||
btop
|
||||
(btop.override {
|
||||
cudaSupport = true;
|
||||
})
|
||||
amdgpu_top
|
||||
inxi
|
||||
dmidecode
|
||||
|
|
Loading…
Reference in a new issue