WIP: Switch to NixOS #5

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

View file

@ -36,8 +36,8 @@ export PAGER="nvimpager -p"
# use gpg for ssh # use gpg for ssh
export GPG_TTY="$(tty)" export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh" export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpg-connect-agent updatestartuptty /bye > /dev/null gpgconf --launch gpg-agent
# tehfuk # tehfuk
eval $(thefuck --alias) eval $(thefuck --alias)