From 0dbb1c660dd2d99e2e91add91e4f210870987c14 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 11 Sep 2023 20:41:13 +0200 Subject: Add zsh-nix-shell yasssss --- home/zsh/plugins.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'home') diff --git a/home/zsh/plugins.nix b/home/zsh/plugins.nix index 8855857..68e1bfc 100644 --- a/home/zsh/plugins.nix +++ b/home/zsh/plugins.nix @@ -58,6 +58,16 @@ let hash = "sha256-j73M4bvAoHWt5Wwg47hM0p5Or74x/3btTOPnI22SqG8="; }; } + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.7.0"; + sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1"; + }; + } ]; in { -- cgit v1.2.3