From 5a17190a7439e7360a1c28c291b81511173849ec Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Fri, 21 Jul 2023 15:21:21 +0000 Subject: [PATCH] Add inetutils Add it to install telnet. It also includes whois. --- home-manager/modules/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/cli.nix b/home-manager/modules/cli.nix index 2a11311..b4eb6dd 100644 --- a/home-manager/modules/cli.nix +++ b/home-manager/modules/cli.nix @@ -4,6 +4,7 @@ cached-nix-shell file htop + inetutils jq lsof ncdu @@ -15,7 +16,6 @@ speedtest-cli usbutils wget - whois yt-dlp ]); }