hosts/hypnos: add xserver config
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m1s

This commit is contained in:
2026-01-13 23:07:36 +00:00
parent 82489f342c
commit 23db7d6e75

View File

@@ -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";