1
0
Fork 0

Add export for GPG_TTY

This commit is contained in:
Avery 2025-06-21 19:41:49 +00:00
parent 3faf555321
commit df05ef1a7f

View file

@ -29,6 +29,7 @@
if [ -x "$(command -v fastfetch)" ]; then
fastfetch
fi
export GPG_TTY=$(tty)
'';
in lib.mkMerge [ earlyInit postInit ];
history.path = "${config.xdg.dataHome}/zhistory";