[shell] Adds usbutils
This commit is contained in:
@@ -13,30 +13,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
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
|
# Dev helpers
|
||||||
direnv
|
direnv
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,6 +7,35 @@
|
|||||||
# a system or working with other shell commands. Packages more specific to
|
# a system or working with other shell commands. Packages more specific to
|
||||||
# development can be in development configs.
|
# development can be in development configs.
|
||||||
home.packages = with pkgs; [
|
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 = {
|
home.shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user