Merge pull request #72283 from urkud/fix-pinentry-sway

nixos/gnupg: fix pinentry in sway (fix a typo in 3c39093c0d)
This commit is contained in:
Robin Gloster 2019-10-30 11:15:03 +01:00 committed by GitHub
commit a861855dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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