diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index f621f82..4dea352 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -26,6 +26,18 @@ lal = "ll --all"; lla = "ll --all"; }; + plugins = [ + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.4.0"; + sha256 = "037wz9fqmx0ngcwl9az55fgkipb745rymznxnssr3rx9irb6apzg"; + }; + } + ]; }; starship = {