GNOME: Difference between revisions

Normalcea (talk | contribs)
Remove ambiguous wording in introduction, instead, cite the one-liner from the official GNOME project page.
Normalcea (talk | contribs)
Installation: Spruce up wording, add disclaimer about xorg/wayland support.
Line 5: Line 5:
== Installation ==
== Installation ==


To use GNOME, add this to your <code>configuration.nix</code>:
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 ==