1 2 3 4 5 6 7
{ config, lib, pkgs, ... }: { services = { xserver.displayManager.gdm.enable = true; }; }