Add zsh nix-shell plugin

This commit is contained in:
Michael Thomas 2021-02-19 21:22:53 -05:00
parent db0f7449d7
commit 68cac90a7e

View File

@ -2,6 +2,18 @@
{
programs.zsh = {
enable = true;
plugins = [
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v0.1.0";
sha256 = "0snhch9hfy83d4amkyxx33izvkhbwmindy0zjjk28hih1a9l2jmx";
};
}
];
prezto = {
enable = true;
pmodules = [