fix: re-enable GDM and Gnome for now

This commit is contained in:
jackjohn7 2026-03-26 23:05:23 -05:00
parent 2729415b4a
commit a0ef70743b

View file

@ -19,6 +19,9 @@
LC_TIME = "en_US.UTF-8";
};
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
# Enable the X11 windowing system.
services.xserver.enable = true;