From 61c757a419f7261b8bf5e77931d2dbd641db113f Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 13 Jul 2021 09:44:14 +1000 Subject: [PATCH] zsh: added GPODDER_HOME --- profiles/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/zsh.nix b/profiles/zsh.nix index fb3c241..b32c045 100644 --- a/profiles/zsh.nix +++ b/profiles/zsh.nix @@ -13,6 +13,7 @@ eval "$(direnv hook zsh)" test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors) export GPG_TTY="$(tty)" + export GPODDER_HOME=~/.gPodder export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent if type rg &> /dev/null; then @@ -29,6 +30,7 @@ theme = "powerlevel9k"; }; promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme"; + vteIntegration = true; }; environment.systemPackages = with pkgs; [