From 4056222f3b23e424b8b7083bda3c48068dbd0849 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 15 Aug 2023 13:20:49 -0500 Subject: [PATCH] add nmap and mtr packages to cli defaults --- home/features/cli/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 9ce9f42..9007c36 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -14,6 +14,8 @@ bottom # Prettier top httpie # Better curl jq # JSON pretty printer and manipulator + mtr # Better traceroute + nmap # Network scanner powershell # Powershell python3 # Python 3 tldr # TLDR pages