From 211304985d03527a4d97126c545b9f24f6ef7688 Mon Sep 17 00:00:00 2001 From: smayzy Date: Wed, 15 Oct 2025 09:48:27 +0200 Subject: [PATCH] add nmap --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 5e59cd7..3b2c9b8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -80,6 +80,7 @@ unzip nixfmt-tree fzf + nmap ]; programs.fzf.keybindings = true;