From 1cf9f308e1ec57e0d3754a91035c1eff5f1b84aa Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Mon, 3 Aug 2026 07:24:48 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20221=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-08-03=2007:24=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/programs/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index 32e20e2..7ff6525 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -2,7 +2,9 @@ { programs.zsh = { - initExtra = '' + enable = true; + + initContent = '' if [ -f "/run/secrets/vaultwarden_clientid" ]; then export BW_CLIENTID=$(cat /run/secrets/vaultwarden_clientid) fi