diff options
author | Linnnus <[email protected]> | 2023-09-11 20:41:13 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-11 20:41:13 +0200 |
commit | 0dbb1c660dd2d99e2e91add91e4f210870987c14 (patch) | |
tree | 1af759dec9e645f28f29fc92caad3f6f1a130ddc /home/zsh/plugins.nix | |
parent | adfc916733316c4316ec7c9250bc02e3bd4a08ac (diff) |
Add zsh-nix-shell yasssss
Diffstat (limited to 'home/zsh/plugins.nix')
-rw-r--r-- | home/zsh/plugins.nix | 10 |
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 { |