WIP: Switch to NixOS #5

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

View file

@ -58,16 +58,14 @@ export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
export SYSTEMD_EDITOR=$EDITOR export SYSTEMD_EDITOR=$EDITOR
export SYSTEMD_PAGER=less export SYSTEMD_PAGER=less
if [ "$SSH_CONNECTION" = "" ]; then
{%@@ if os == "arch" or os == "ubuntu" @@%} {%@@ if os == "arch" or os == "ubuntu" @@%}
# set SSH_AUTH_SOCK if not logging in over SSH if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export GPG_TTY="$(tty)" export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
{%@@ elif os == "termux" @@%}
eval $(okc-ssh-agent)
{%@@ endif @@%}
fi fi
gpgconf --launch gpg-agent
{%@@ elif os == "termux" @@%}
eval $(okc-ssh-agent)
{%@@ endif @@%}
# Enable grc colorization of supported commands # Enable grc colorization of supported commands
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh [[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh