0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

pinentry: fix DM option and user conflict

This commit is contained in:
Stzx 2024-03-14 21:53:33 +08:00
parent c9be2672ed
commit 8bf5cc2666
No known key found for this signature in database
GPG key ID: 13FA5F5B5C94D823
5 changed files with 5 additions and 5 deletions

View file

@ -215,7 +215,7 @@ in {
serif = ["Noto Serif"];
};
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-qt;
programs.gnupg.agent.pinentryPackage = mkDefault pkgs.pinentry-qt;
programs.ssh.askPassword = mkDefault "${kdePackages.ksshaskpass.out}/bin/ksshaskpass";
# Enable helpful DBus services.