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