terminal-life: fix missing file attribute for zsh-nix-shell plugin

This commit is contained in:
teutat3s 2022-07-08 14:16:58 +02:00
parent 4982c93248
commit 72ee1b7180
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -72,6 +72,7 @@ in
}
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";