packages.server.zsh: remove zsh-nix-shell

This commit is contained in:
陈浩南 2023-12-28 12:29:35 +08:00
parent 729df7ab63
commit 8eea6ffdc3

View File

@ -72,7 +72,6 @@ inputs:
{
enable = true;
plugins = [ "git" "colored-man-pages" "extract" "history-substring-search" "autojump" ];
customPkgs = with inputs.pkgs; [ zsh-nix-shell ];
};
};
};