Category:Desktop environment
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.