Add export for GPG_TTY
This commit is contained in:
parent
a339897c48
commit
9171cc6ba8
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
if [ -x "$(command -v fastfetch)" ]; then
|
if [ -x "$(command -v fastfetch)" ]; then
|
||||||
fastfetch
|
fastfetch
|
||||||
fi
|
fi
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
'';
|
'';
|
||||||
in lib.mkMerge [ earlyInit postInit ];
|
in lib.mkMerge [ earlyInit postInit ];
|
||||||
history.path = "${config.xdg.dataHome}/zhistory";
|
history.path = "${config.xdg.dataHome}/zhistory";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue