summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-16 17:39:44 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-16 17:39:44 +0100
commit577e9e3406971e07a2f8515a698412e09cba1bbb (patch)
tree8020e9fea1473b11b77b27ca205a174bab59065f
parent8e35c1a52d69fc6919e1e437bb540948a19d0468 (diff)
make sure some basic pkgs are installed everywhere
-rw-r--r--config/shared.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/shared.nix b/config/shared.nix
index c961ff4..9a55c20 100644
--- a/config/shared.nix
+++ b/config/shared.nix
@@ -9,6 +9,13 @@
git
git-crypt
whatsapp-for-linux
+
+ dig
+ file
+ gcc
+ jq
+ netcat
+ tcpdump
];
nixpkgs.config.allowUnfree = true;