enable Wayland

This commit is contained in:
Daniel Langbein 2024-09-22 14:01:34 +02:00
parent b7992d96a2
commit e71fe0f36b
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -17,7 +17,7 @@
# Enable the GNOME desktop environment.
services.xserver.displayManager.gdm.enable = true;
# Toggles, weather the Wayland or X11 GNOME session is started.
services.xserver.displayManager.gdm.wayland = false;
services.xserver.displayManager.gdm.wayland = true;
services.xserver.desktopManager.gnome.enable = true;
# Don't install all programs of the GNOME desktop.