From e45a0a4e7395cd37fc9b08ba492feaa09373b39b Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Fri, 9 May 2025 14:26:41 +0200 Subject: [PATCH] zsh: add nmap --- shared/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/zsh.nix b/shared/zsh.nix index 0e2e705..3fa3fff 100644 --- a/shared/zsh.nix +++ b/shared/zsh.nix @@ -28,6 +28,7 @@ in helix nushell atuin + nmap ]; users.defaultUserShell = pkgs.zsh; programs.fzf = {