hosts/hypnos: add xserver config
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m1s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m1s
This commit is contained in:
@@ -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
|
# Workaround for label rendering bug in GTK4 with nvidia 470 driver
|
||||||
environment.sessionVariables.GSK_RENDERER = "gl";
|
environment.sessionVariables.GSK_RENDERER = "gl";
|
||||||
|
|||||||
Reference in New Issue
Block a user