adds nvtop for all hosts
All checks were successful
Nix Format Check / check-format (push) Successful in 1m14s
All checks were successful
Nix Format Check / check-format (push) Successful in 1m14s
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
# nvtop, a system monitor for GPUs
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvtopPackages.nvidia
|
||||
nvtopPackages.amd
|
||||
];
|
||||
|
||||
hardware.nvidia = {
|
||||
# Modesetting is required.
|
||||
modesetting.enable = true;
|
||||
|
Reference in New Issue
Block a user