Jump to content

Category:Desktop environment

From NixOS Wiki
Revision as of 16:59, 29 May 2024 by Klinger (talk | contribs) (First version of category (it could be expanded to have the default configuration of all desktop environments on one page))

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 10 pages are in this category, out of 10 total.