diff --git a/hosts/hypnos/default.nix b/hosts/hypnos/default.nix index c262935..aded55b 100644 --- a/hosts/hypnos/default.nix +++ b/hosts/hypnos/default.nix @@ -73,7 +73,14 @@ in ''; }; - services.xserver.enable = true; + services.xserver = { + enable = true; + displayManager = { + defaultSession = "none+xsession"; + startx.enable = true; + }; + updateDbusEnvironment = true; + }; # Workaround for label rendering bug in GTK4 with nvidia 470 driver environment.sessionVariables.GSK_RENDERER = "gl";