Skip to content

Commit

Permalink
nvtop -> nvtopPackages.full
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Jan 2, 2025
1 parent 692ca68 commit 7289c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home-manager/profiles/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
nix-tree
nixpkgs-review
nmap
nvtop
nvtopPackages.full
okular
ondsel
# orca-slicer
Expand Down
2 changes: 1 addition & 1 deletion modules/intel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in
# tools to watch iGPU usage
environment.systemPackages = with pkgs; [
intel-gpu-tools
nvtop
nvtopPackages.full
powertop
config.boot.kernelPackages.turbostat
];
Expand Down
2 changes: 1 addition & 1 deletion modules/nvidia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ in {
virtualisation.docker.enableNvidia =
mkIf config.virtualisation.docker.enable true;

environment.systemPackages = with pkgs; [ nvtop ];
environment.systemPackages = with pkgs; [ nvtopPackages.full ];

nixpkgs.config = {

Expand Down

0 comments on commit 7289c9a

Please sign in to comment.