diff --git a/home/laptop/programs/zsh.nix b/home/laptop/programs/zsh.nix index b1cbbbc..2e96a7e 100644 --- a/home/laptop/programs/zsh.nix +++ b/home/laptop/programs/zsh.nix @@ -27,6 +27,11 @@ src = "${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k"; file = "powerlevel10k.zsh-theme"; } + { + name = "zsh-nix-shell"; + file = "nix-shell.plugin.zsh"; + src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell"; + } ]; initExtra = '' source "$HOME/.p10k.zsh"