gnupg: fix pinentry on sway

This commit is contained in:
Robin Gloster 2019-10-29 20:00:42 +01:00
parent f816006191
commit 3c39093c0d
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -14,7 +14,7 @@ let
"qt"
else if xserverCfg.desktopManager.xfce.enable then
"gtk2"
else if xserverCfg.enable then
else if xserverCfg.enable || cfg.programs.sway.enable then
"gnome3"
else
null;