Added btop for specific GPUs
This commit is contained in:
parent
ae76da5833
commit
d7186372ec
@ -5,4 +5,7 @@
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
environment = {
|
||||
systemPackages = [ pkgs.btop-rocm ];
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware = {
|
||||
@ -52,6 +52,7 @@
|
||||
# Native Wayland Electron Apps
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
systemPackages = [ pkgs.btop-cuda ];
|
||||
};
|
||||
|
||||
# Nvidia Drivers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user