From 3dc398a460bbf34341d9c603706d9591bf98fd94 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Tue, 28 Apr 2026 22:29:16 +0200 Subject: [PATCH] Added DNSUtils --- home/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell.nix b/home/shell.nix index 90af6dc..ab21f82 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -15,6 +15,7 @@ fd # find alternative bat # cat alternative ripgrep # grep alternative + dnsutils # LLM in the Terminal (pkgs.llm.withPlugins { llm-groq = true; })