From 51b9590574649601c971ffa5d56287c998e6d156 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 24 Aug 2023 12:22:10 -0500 Subject: [PATCH] add dig cli tool --- home/features/cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 0b2c35b..eca8df9 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -12,6 +12,7 @@ home.packages = with pkgs; [ babelfish # Lets fish speak bash bottom # Prettier top + dig # DNS lookup gh # Github CLI httpie # Better curl jq # JSON pretty printer and manipulator