Use X11 SDDM on hypnos
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m30s

This commit is contained in:
Jordan Holt 2024-06-29 15:57:06 +01:00
parent 4469175877
commit 696418b486
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -19,6 +19,7 @@
displayManager.gdm.wayland = lib.mkForce false;
videoDrivers = [ "nvidia" ];
};
services.displayManager.sddm.wayland.enable = lib.mkForce false;
# Workaround for label rendering bug in GTK4 with nvidia 470 driver
environment.sessionVariables.GSK_RENDERER = "gl";