gpg-agent: switch pinentry to curses
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run

This commit is contained in:
notohh 2023-12-24 13:17:30 -05:00
parent 93d8554d36
commit f2b58f7d54
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -32,7 +32,7 @@
services.gpg-agent = {
enable = true;
defaultCacheTtl = 3600;
pinentryFlavor = "qt";
pinentryFlavor = "curses";
enableSshSupport = true;
enableNushellIntegration = true;
};