Update 'custompkg/root/etc/skel/Library/profile.d/900.gpg-agent.sh'
look to nix for pinentry not homebrew
This commit is contained in:
parent
c17f016d68
commit
80ae2bea99
@ -13,7 +13,7 @@ if [[ ! -e $HOME/.gpg-agent-info ]]; then
|
||||
gpg-agent \
|
||||
--enable-ssh-support \
|
||||
--daemon \
|
||||
--pinentry-program $(brew --prefix)/bin/pinentry-mac \
|
||||
--pinentry-program $HOME/.nix-profile/Applications/pinentry-mac.app/Contents/MacOS/pinentry-mac \
|
||||
2> /dev/null > $HOME/.gpg-agent-info
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user