From 54b78edaff7af3935dde2cdf6c382a387c0e4260 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 3 Jul 2023 15:10:32 +0300 Subject: [PATCH] nix shell with zsh --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 61fea26..ee85d0f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -178,6 +178,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"