fix issue where two gpg-agents spawn

This commit is contained in:
Henri Dohmen 2026-04-12 23:11:23 +02:00
parent 7cc075ef04
commit 301b388b29
Signed by: hd
GPG key ID: CECE85C316C78D5F

View file

@ -32,6 +32,10 @@ in
enable = true;
enableSshSupport = true;
pinentry.package = pkgs.pinentry-gtk2;
# Set by home.programs.fish.enable = true sometimes spawns two competing
# gpg-agents. https://github.com/nix-community/home-manager/issues/6067
enableFishIntegration = false;
};
};
};