From 21de51fa370c86f1ced3eeb3afd1b8123bb6ae7e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Mar 2024 19:42:56 +0100 Subject: [PATCH] zsh-nix --- zsh.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zsh.nix b/zsh.nix index dab6643..945ee2e 100644 --- a/zsh.nix +++ b/zsh.nix @@ -13,6 +13,18 @@ { name = "zsh-users/zsh-syntax-highlighting"; } ]; }; + 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"; + }; + } + ]; }; programs.starship = {