added nix shell-tools

This commit is contained in:
John Lancaster
2026-04-05 10:38:46 -05:00
parent 8141662832
commit 151512a071
+3
View File
@@ -21,6 +21,9 @@
home.shell.enableShellIntegration = true; home.shell.enableShellIntegration = true;
programs.zsh.enable = lib.mkForce (config.shell.program == "zsh"); programs.zsh.enable = lib.mkForce (config.shell.program == "zsh");
home.packages = with pkgs; [ home.packages = with pkgs; [
nh
nvd
nix-output-monitor
wget wget
curl curl
busybox busybox