WIP: Switch to NixOS #5

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

View file

@ -62,6 +62,8 @@ export MANPAGER="nvim +Man!"
# Use GPG for SSH authentication
export GPG_TTY="$(tty)"
# Fix for pinentry not working for ssh
gpg-connect-agent updatestartuptty /bye >/dev/null
# set SSH_AUTH_SOCK if not logging in over SSH
if [ "$SSH_CONNECTION" -eq "" ]; then