Category:Desktop environment: Difference between revisions

From NixOS Wiki
Klinger (talk | contribs)
Klinger (talk | contribs)
m First version of category (it could be expanded to have the default configuration of all desktop environments on one page)
Line 1: Line 1:
[[{{ns:14}}:{{PAGENAME}}]]
It is very easy to install and change desktop environments in NixOS. For the default settings its only needed to use a few lines of code:
== See also ==
 
<syntaxHighlight lang=nix>
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
</syntaxHighlight>
Changing the desktopManager and choosing an appropiate displaymanager is needed to change the desktop environment. Only some desktop environments require more configuration options for the default experience.


[[:{{ns:14}}:{{PAGENAME}}]]
[[Category:Desktop]]
[[Category:Desktop]]

Revision as of 16:59, 29 May 2024

It is very easy to install and change desktop environments in NixOS. For the default settings its only needed to use a few lines of code:

services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;

Changing the desktopManager and choosing an appropiate displaymanager is needed to change the desktop environment. Only some desktop environments require more configuration options for the default experience.

Pages in category "Desktop environment"

The following 9 pages are in this category, out of 9 total.