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