Disable zsh-nix-shell
This commit is contained in:
parent
b42911a9cf
commit
2a1d1b1096
1 changed files with 0 additions and 10 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue