diff --git a/home.nix b/home.nix index 4a54e96..a82b8bc 100644 --- a/home.nix +++ b/home.nix @@ -51,6 +51,11 @@ in { enable = true; prompt.theme = "giddie"; }; + plugins = [{ + name = "zsh-z"; + file = "share/zsh-z/zsh-z.plugin.zsh"; + src = pkgs.zsh-z; + }]; }; }; }