porcorosso: force wayland off

This commit is contained in:
Luke Granger-Brown 2021-08-30 14:23:20 +01:00
parent 58849dfc4f
commit 44e22b810c

View file

@ -163,6 +163,7 @@ in {
};
services.xserver.displayManager.gdm = {
enable = true;
wayland = false;
};
hardware.opengl.driSupport32Bit = true;