Disable zsh-nix-shell

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-11 15:57:10 +01:00
parent b42911a9cf
commit 2a1d1b1096
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -28,16 +28,6 @@ desktop: { pkgs, ... }: {
XMODIFIERS = "@im=ibus";
};
plugins = [
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v0.4.0";
sha256 = "037wz9fqmx0ngcwl9az55fgkipb745rymznxnssr3rx9irb6apzg";
};
}
];
};
};