[shell] Adds usbutils

This commit is contained in:
2025-03-27 10:13:50 -07:00
parent 83ed3a4809
commit f7164fee19
2 changed files with 29 additions and 24 deletions

View File

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

View File

@@ -7,6 +7,35 @@
# a system or working with other shell commands. Packages more specific to
# development can be in development configs.
home.packages = with pkgs; [
# System
htop
btop
neofetch
killall
# Files
zip
xz
unzip
p7zip
file
tree
ranger
ueberzugpp # for image previews
w3m # terminal browser for image previews
# Networking
dnsutils
inetutils
socat
httpie
# devices
usbutils
# Other
jq
];
home.shellAliases = {