gpg-agent: switch pinentry / enable nushell integration

This commit is contained in:
notohh 2023-12-24 13:02:48 -05:00
parent 606ae900bc
commit fe9b40bce4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -32,8 +32,9 @@
services.gpg-agent = {
enable = true;
defaultCacheTtl = 3600;
pinentryFlavor = "gtk2";
pinentryFlavor = "qt";
enableSshSupport = true;
enableNushellIntegration = true;
};
programs.ssh = {