From 90251ce7a6943ccf91353708724329ae0ae4f945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 13 Jan 2025 16:50:46 +0200 Subject: [PATCH] Add network diagnostic tools to base.nix --- base.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base.nix b/base.nix index 691d659..a6df078 100644 --- a/base.nix +++ b/base.nix @@ -9,6 +9,8 @@ tree btop pwgen + dig + termshark ]; ######################################## ZSH configuration ######################################