GNOME: Difference between revisions
Remove ambiguous wording in introduction, instead, cite the one-liner from the official GNOME project page. |
→Installation: Spruce up wording, add disclaimer about xorg/wayland support. |
||
Line 5: | Line 5: | ||
== Installation == | == Installation == | ||
To use GNOME, | To use GNOME on NixOS, the following configuration options must be set: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
Line 19: | Line 19: | ||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
Despite the options in NixOS versions before 25.11 being under the <code>xserver</code> namespace, GNOME runs offers [[Wayland]] by default. 25.11 and later versions remove support for the [[Xorg]] session entirely (though Xwayland is still included and supported for compatibility). | |||
=== Excluding GNOME Applications === | === Excluding GNOME Applications === | ||
Line 79: | Line 81: | ||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
== Configuration == | == Configuration == |