flake/common/Display Manager/gdm.nix

6 lines
124 B
Nix

{ config, pkgs, ... }:
{
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
}