From ba22476b25c1f2cf3c68cc3e3469d417b10007df Mon Sep 17 00:00:00 2001 From: catvayor Date: Mon, 9 Dec 2024 18:04:58 +0100 Subject: [PATCH] feat(shell): enable zoxide --- kat/users/zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kat/users/zsh.nix b/kat/users/zsh.nix index 3bdf522..87ed135 100644 --- a/kat/users/zsh.nix +++ b/kat/users/zsh.nix @@ -85,6 +85,11 @@ enableZshIntegration = true; nix-direnv.enable = true; }; + + zoxide = { + enable = true; + enableZshIntegration = true; + }; }; }; };