Swap to nixpkgs zsh plugins

Finally worked this one out.
This commit is contained in:
Sam W 2022-09-26 15:02:02 +01:00
parent 0580f23c7d
commit f28b42d23b
1 changed files with 2 additions and 12 deletions

View File

@ -50,21 +50,11 @@ in {
plugins = [ plugins = [
{ {
name = "fzf-tab"; name = "fzf-tab";
src = pkgs.fetchFromGitHub { src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
owner = "aloxaf";
repo = "fzf-tab";
rev = "master";
sha256 = "ixUnuNtxxmiigeVjzuV5uG6rIBPY/1vdBZF2/Qv0Trs=";
};
} }
{ {
name = "zsh-z"; name = "zsh-z";
src = pkgs.fetchFromGitHub { src = "${pkgs.zsh-z}/share/zsh-z";
owner = "agkozak";
repo = "zsh-z";
rev = "master";
sha256 = "1A6WZ+fJSf2WKZD7CYJB/pbgwV2mX+X8qInqQLeuT78=";
};
} }
]; ];
}; };