diff --git a/common/home-manager/zsh.nix b/common/home-manager/zsh.nix index 2da6aa6..527babb 100644 --- a/common/home-manager/zsh.nix +++ b/common/home-manager/zsh.nix @@ -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";