Skip to content

Commit

Permalink
Add nvtop.nvidia for nvidia systems
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jan 1, 2025
1 parent fd87cea commit c72e240
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/nixos/system/nvidia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
# kernelParams = [ "nvidia.NVreg_EnableGpuFirmware=0" ];
# };

# environment.systemPackages = with pkgs; [
# egl-wayland
# ];
environment.systemPackages = with pkgs; [
nvtopPackages.nvidia
# egl-wayland
];

hardware = {
nvidia = {
Expand Down

0 comments on commit c72e240

Please sign in to comment.