diff --git a/home-manager/shared/shell/zsh.nix b/home-manager/shared/shell/zsh.nix index da9b4a5..c595187 100644 --- a/home-manager/shared/shell/zsh.nix +++ b/home-manager/shared/shell/zsh.nix @@ -51,7 +51,10 @@ "isodate" "z" ]; - theme = "catppuccin-macchiato"; }; + # stuff for zoxide + initExtra = '' + eval "$(zoxide init --cmd cd zsh)" + ''; }; }