1
0
mirror of https://codeberg.org/privacy1st/nix-git synced 2025-04-02 16:55:59 +02:00

enable Wayland

This commit is contained in:
Daniel Langbein 2023-10-19 14:28:40 +02:00
parent 552dd7b5bb
commit 6882839903
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

@ -24,7 +24,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;
# Configure keymap in X11.