{ pkgs, ... }: { # Enables the GNOME DE and GDM DM services.displayManager.gdm.enable = true; services.desktopManager.gnome.enable = true; }