diff --git a/modules/shell/zsh/default.nix b/modules/shell/zsh/default.nix index 252f832..bc5abff 100644 --- a/modules/shell/zsh/default.nix +++ b/modules/shell/zsh/default.nix @@ -32,14 +32,14 @@ plugins = [ { name = "zsh-nix-shell"; - file = "nix-shell.plugin.zsh"; - src = pkgs.fetchFromGitHub { - owner = "chisui"; - repo = "zsh-nix-shell"; - rev = "v0.7.0"; - sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1"; - }; + src = pkgs.zsh-nix-shell; } + # zsh-history + # zsh-fzf-tab + # zsh-f-sy-h + # zsh-autocomplete + # zsh-you-should-use + # zsh-navigation-tools ]; }; }