From da17c3c91e1024f460fe74798d66df4fe3bd2400 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Thu, 28 Mar 2024 23:42:39 +0100 Subject: [PATCH] feat: use nvtopPackages.full instead of nvtop --- modules/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/packages.nix b/modules/packages.nix index 303e149..8bae43f 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -44,6 +44,6 @@ qt5.qtwayland qt6.qtwayland ] ++ lib.optionals (nvidia.enable) [ - nvtop + nvtopPackages.full ]; }