Re-add explicit pinentry definitions

This commit is contained in:
Jordan Holt 2024-05-31 22:09:41 +01:00
parent 858e7ee947
commit 37c4fca572
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
3 changed files with 6 additions and 0 deletions

View File

@ -215,5 +215,7 @@ in {
] ++ (if config.virtualisation.podman.enable then [ ] ++ (if config.virtualisation.podman.enable then [
pods pods
] else []); ] else []);
home.services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
}; };
} }

View File

@ -21,5 +21,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
adw-gtk3 adw-gtk3
]; ];
home.services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
}; };
} }

View File

@ -29,5 +29,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
adw-gtk3 adw-gtk3
]; ];
home.services.gpg-agent.pinentryPackage = pkgs.pinentry-qt;
}; };
} }