diff --git a/modules/user/shell/default.nix b/modules/user/shell/default.nix index 9e1d714f..3f56dffe 100644 --- a/modules/user/shell/default.nix +++ b/modules/user/shell/default.nix @@ -15,6 +15,18 @@ in { enableAutosuggestions = true; syntaxHighlighting.enable = true; enableCompletion = true; + plugins = [ + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = pkgs.fetchFromGitHub { + owner = "chisui"; + repo = "zsh-nix-shell"; + rev = "v0.8.0"; + sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7"; + }; + } + ]; shellAliases = { phoenix = "sudo phoenix"; ls = "eza --icons -l -T -L=1";