From 6a65d688c1297883278d2603a6c961f5895f08e4 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 2 Oct 2023 16:52:02 +0300 Subject: [PATCH] zsh-nix-shell --- home/laptop/programs/zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"