switch pinentry to qt

This commit is contained in:
Antoine Martin 2022-12-12 15:22:58 +01:00
parent ae47ba3b41
commit 2477807458
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ in {
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "gnome3"; pinentryFlavor = "qt";
}; };
services = { services = {

View file

@ -40,7 +40,7 @@
gnumake gnumake
gnupg gnupg
kakoune kakoune
pinentry-gnome pinentry-qt
python3 python3
vim vim
# terminal utilities # terminal utilities

View file

@ -22,7 +22,7 @@ in {
email = "antoine@alarsyo.net"; email = "antoine@alarsyo.net";
base_url = "https://pass.alarsyo.net"; base_url = "https://pass.alarsyo.net";
lock_timeout = 60 * 60 * 12; lock_timeout = 60 * 60 * 12;
pinentry = pkgs.pinentry-gnome; pinentry = pkgs.pinentry-qt;
}; };
}; };