Files
nix-config/main/desktop.nix
2021-05-13 07:32:53 -04:00

11 lines
200 B
Nix

{ ... }:
{
# Enable the GNOME Desktop Environment.
services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
}