Category:Desktop environment

From NixOS Wiki
Revision as of 17:04, 29 May 2024 by Klinger (talk | contribs) (some words about trying different desktop environments added)

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 selecting a suitable displayManager is required to change the desktop environment. Only some desktop environments require more configuration options than the default environment. Because of the way NixOS works, the system will not become bloated when experimenting with different desktop environments: The default applications of a desktop environment are only available when it is active.

Translated with DeepL.com (free version)

Pages in category "Desktop environment"

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