From a572774e76f030a797eda4183810cc7d9f44fc77 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Fri, 16 May 2025 16:01:20 +0200 Subject: [PATCH] pkgs: add killall --- shared/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/zsh.nix b/shared/zsh.nix index 2187358..4f655d5 100644 --- a/shared/zsh.nix +++ b/shared/zsh.nix @@ -29,6 +29,7 @@ in nushell atuin nmap + killall ]; users.defaultUserShell = pkgs.zsh; programs.fzf = {