[nix] Adds output for development feature

This commit is contained in:
Drew Haven
2025-03-12 13:41:47 -07:00
parent 06f2940147
commit 98d5307abd
3 changed files with 46 additions and 44 deletions

View File

@@ -13,7 +13,31 @@
];
home.packages = with pkgs; [
direnv
# System
htop
btop
neofetch
killall
# Files
zip
xz
unzip
p7zip
file
tree
ranger
# Networking
dnsutils
inetutils
socat
httpie
# Other
jq
# Dev helpers
direnv
];
}