That works. But with “xserver” that would lead me to believe it has Gnome on X11 installed yet as you can see in the output from the command below, I am running Wayland not X11:
$ loginctl show-session 1 --property Type
Type=Wayland
I am clearly running Wayland. So why does the NixOS configuration suggest otherwise? Can someone kindly account for this discrepancy?
Interesting. I took a look at that GitHub issue and seems to me that the Xorg nomenclature is just legacy. I suppose when Wayland is more mature and Xorg is finally dead - - which could take a year or two (or who knows how long really) - - ‘wayland’ will be refactored and be more clearly reflected in configuration files in NixOS but prolly in other distros too. Thanks for the link.