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; + }; }; }; };