From 72ee1b71802d2eba9beb8e12c93fb0bfd331df08 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 8 Jul 2022 14:16:58 +0200 Subject: [PATCH] terminal-life: fix missing file attribute for zsh-nix-shell plugin --- modules/terminal-life/zsh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/terminal-life/zsh/default.nix b/modules/terminal-life/zsh/default.nix index 912de79e..0d6f1722 100644 --- a/modules/terminal-life/zsh/default.nix +++ b/modules/terminal-life/zsh/default.nix @@ -72,6 +72,7 @@ in } { name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; src = pkgs.fetchFromGitHub { owner = "chisui"; repo = "zsh-nix-shell";