nixos/gnupg: default to qt pinentry program in deepin

This commit is contained in:
rewine 2023-05-14 05:32:38 +08:00
parent 501cbcd2a3
commit 71d6ed698f
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

@ -10,7 +10,8 @@ let
defaultPinentryFlavor =
if xserverCfg.desktopManager.lxqt.enable
|| xserverCfg.desktopManager.plasma5.enable then
|| xserverCfg.desktopManager.plasma5.enable
|| xserverCfg.desktopManager.deepin.enable then
"qt"
else if xserverCfg.desktopManager.xfce.enable then
"gtk2"