Change default pinentry flavor

This commit is contained in:
Kiana Sheibani 2024-03-04 00:01:20 -05:00
parent af00fac01c
commit 4dbf06dfbb

View file

@ -99,7 +99,7 @@ in
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "curses"; pinentryFlavor = "gnome3";
}; };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default