From ce840bea59239ef6029b6a87673fa9d960793595 Mon Sep 17 00:00:00 2001 From: ulve Date: Fri, 12 Jun 2026 21:42:51 +0200 Subject: [PATCH] use zsh in nix-shell --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index ed32a75..b699473 100644 --- a/home.nix +++ b/home.nix @@ -170,6 +170,7 @@ home.sessionVariables = { _ZO_FZF_OPTS = "--preview 'eza --tree --level=2 --color=always {2..}' --preview-window=right:40%"; + NIX_BUILD_SHELL = "zsh"; }; # ── Git ─────────────────────────────────────────────────────────────────────