[nix] Adds output for development feature
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user