summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-11 20:41:13 +0200
committerLinnnus <[email protected]>2023-09-11 20:41:13 +0200
commit0dbb1c660dd2d99e2e91add91e4f210870987c14 (patch)
tree1af759dec9e645f28f29fc92caad3f6f1a130ddc
parentadfc916733316c4316ec7c9250bc02e3bd4a08ac (diff)
Add zsh-nix-shell yasssss
-rw-r--r--home/zsh/plugins.nix10
1 files changed, 10 insertions, 0 deletions
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
{