WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit edda8b9440 - Show all commits

View file

@ -39,7 +39,7 @@ export AUR_PAGER=$PAGER
export GPG_TTY="$(tty)"
# set SSH_AUTH_SOCK if not logging in over SSH
if [ "$SSH_CONNECTION" != "" ]; then
if [ "$SSH_CONNECTION" -eq "" ]; then
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
fi