[shell] Adds usbutils
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user