back to gnome3 pinentry

This commit is contained in:
Grigory Shipunov 2023-01-21 23:38:09 +01:00
parent 5739cbfcbb
commit 6874f88994
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -154,5 +154,5 @@
wayland = true;
};
};
programs.gnupg.agent.pinentryFlavor = "curses";
programs.gnupg.agent.pinentryFlavor = "gnome3";
}