From 16874718bad88d7dcc85caa975c5cbf573ff0a5e Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 13 May 2026 16:15:15 +0200 Subject: Moved initExtra into initContent for zsh --- home/mun/programs/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/mun/programs/zsh.nix') diff --git a/home/mun/programs/zsh.nix b/home/mun/programs/zsh.nix index 9953550..4c27d9f 100644 --- a/home/mun/programs/zsh.nix +++ b/home/mun/programs/zsh.nix @@ -19,6 +19,8 @@ initContent = '' fastfetch --config examples/9.jsonc + export GPG_TTY=$(tty) + SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket ''; initExtra = '' -- cgit v1.2.3