Added some network tools to home packages

This commit is contained in:
Random936 2025-01-10 11:51:56 -08:00
parent 86b5648f9f
commit 14372a2bfd

View File

@ -16,7 +16,6 @@ in {
# Utilities # Utilities
jq jq
bc bc
dig
file file
wget wget
curl curl
@ -30,6 +29,12 @@ in {
pciutils pciutils
fastfetch fastfetch
# Network tools
dig
iperf
tcpdump
traceroute
# Dev tools # Dev tools
clang clang
clang-tools clang-tools