I would like to use X11 with Gnome. What I have in configuration:
# Enable the X11 windowing system.
services.xserver.enable = true;
# enable Gnome
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
This will result Gnome starting into Qayland and there is no dropdown or anything on log in to choose X. Tried removing gdm line but then X11 will fail to start and the startup fails. Couldn’t find any resources regarding this.
Any ideas? The reason for X11 over Wayland is that Teams screen sharing is not working too well on Wayland (otherwise I would prefer Wayland).
Thanks!