Added btop for specific GPUs

This commit is contained in:
Alexandre 2026-03-22 12:38:32 +01:00
parent ae76da5833
commit d7186372ec
2 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,7 @@
enable = true; enable = true;
enable32Bit = true; enable32Bit = true;
}; };
environment = {
systemPackages = [ pkgs.btop-rocm ];
};
} }

View File

@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, ... }:
{ {
hardware = { hardware = {
@ -52,6 +52,7 @@
# Native Wayland Electron Apps # Native Wayland Electron Apps
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
}; };
systemPackages = [ pkgs.btop-cuda ];
}; };
# Nvidia Drivers # Nvidia Drivers