From 151512a07150e34fd1206660c875f70ffb44e436 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 5 Apr 2026 10:38:46 -0500 Subject: [PATCH] added nix shell-tools --- modules/features/shell-tools.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/features/shell-tools.nix b/modules/features/shell-tools.nix index b17791f..7a1bf72 100644 --- a/modules/features/shell-tools.nix +++ b/modules/features/shell-tools.nix @@ -21,6 +21,9 @@ home.shell.enableShellIntegration = true; programs.zsh.enable = lib.mkForce (config.shell.program == "zsh"); home.packages = with pkgs; [ + nh + nvd + nix-output-monitor wget curl busybox