Merge pull request #231744 from wineee/pinentryFlavor

nixos/gnupg: default to qt pinentry program in deepin
This commit is contained in:
Weijia Wang 2023-05-20 03:04:49 +03:00 committed by GitHub
commit e70a5fac10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"