1
0
Fork 0

Add export for GPG_TTY

This commit is contained in:
Avery 2025-06-21 19:41:49 +00:00
parent a339897c48
commit 9171cc6ba8
Signed by: Avery
GPG key ID: B684FD451B692E04

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";