restore services.xserver.enable lost in desktop-light refactor
services.xserver.enable = true was dropped when desktop.nix was split into desktop-light.nix, causing vade and orion to boot to a blank screen with no X11/GDM session.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
# ./ghostty.nix # doesn't work yet
|
||||
];
|
||||
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.displayManager.gdm.wayland = false;
|
||||
services.displayManager.gdm.debug = true;
|
||||
|
||||
Reference in New Issue
Block a user