fix issue where two gpg-agents spawn
This commit is contained in:
parent
7cc075ef04
commit
301b388b29
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
pinentry.package = pkgs.pinentry-gtk2;
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue