diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-18 20:46:06 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-18 20:46:06 +0100 |
commit | e519d8740c36be5fb3e9e7280c74f0d8e7a5aa36 (patch) | |
tree | 3467d5ffd3f885e6f08b2689a2e2100a36d28331 /config/shared.nix | |
parent | fddf6b536276c5f617cdc6089c7bdc960e24792b (diff) |
some more common packages
Diffstat (limited to 'config/shared.nix')
-rw-r--r-- | config/shared.nix | 3 |
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; |