From 493fe48c5e1042e05d66f4d5c243cc201d1b021c Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 26 Jul 2023 14:13:25 +0900 Subject: fix(home/base): fix broken gpg-ssh on darwin --- home/profiles/base/config/zsh-darwin-gpg-ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 home/profiles/base/config/zsh-darwin-gpg-ssh.nix (limited to 'home/profiles/base/config') diff --git a/home/profiles/base/config/zsh-darwin-gpg-ssh.nix b/home/profiles/base/config/zsh-darwin-gpg-ssh.nix new file mode 100644 index 0000000..06bc1f7 --- /dev/null +++ b/home/profiles/base/config/zsh-darwin-gpg-ssh.nix @@ -0,0 +1,4 @@ +'' + export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + gpgconf --launch gpg-agent +'' -- cgit 1.4.1