diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-16 17:39:44 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-16 17:39:44 +0100 |
commit | 577e9e3406971e07a2f8515a698412e09cba1bbb (patch) | |
tree | 8020e9fea1473b11b77b27ca205a174bab59065f /config/shared.nix | |
parent | 8e35c1a52d69fc6919e1e437bb540948a19d0468 (diff) |
make sure some basic pkgs are installed everywhere
Diffstat (limited to 'config/shared.nix')
-rw-r--r-- | config/shared.nix | 7 |
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; |