Accordion to documentation, `(wayland? #f)` is the default
setting. However, Guix installed Xwayland which broke the
system. By disabling Wayland explicitly Guix returned to Xorg.
(conf system dns)
(conf system volume)
(gnu)
+ (gnu services xorg)
(gnu system nss))
(use-package-modules base
(list bluez-service
dnscrypt-proxy-service
keyboard-layout-service)
- %desktop-services)))
+ (modify-services %desktop-services
+ (gdm-service-type config =>
+ (gdm-configuration
+ (inherit config)
+ (wayland? #f)))))))