From 9003518509e5062efd705914c6915b938d70c6a4 Mon Sep 17 00:00:00 2001 From: theArctesian Date: Mon, 29 Sep 2025 18:56:02 -0700 Subject: [PATCH] Fix nvtop package reference to nvtopPackages.full The nvtop package is not available as a standalone package in nixpkgs. It's actually nvtopPackages.full that provides the full nvtop functionality. --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 30db2c6..0f14819 100644 --- a/home.nix +++ b/home.nix @@ -38,7 +38,7 @@ # System monitoring btop htop - nvtop + nvtopPackages.full # Media mpv