summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2024-11-18 20:46:06 +0100
committerJasper Ras <jaspert.ras@gmail.com>2024-11-18 20:46:06 +0100
commite519d8740c36be5fb3e9e7280c74f0d8e7a5aa36 (patch)
tree3467d5ffd3f885e6f08b2689a2e2100a36d28331 /config
parentfddf6b536276c5f617cdc6089c7bdc960e24792b (diff)
some more common packages
Diffstat (limited to 'config')
-rw-r--r--config/shared.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/shared.nix b/config/shared.nix
index 9a55c20..be19717 100644
--- a/config/shared.nix
+++ b/config/shared.nix
@@ -16,6 +16,9 @@
jq
netcat
tcpdump
+ wget
+ iftop
+ htop
];
nixpkgs.config.allowUnfree = true;