fix: re-enable GDM and Gnome for now
This commit is contained in:
parent
2729415b4a
commit
a0ef70743b
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue