disable Wayland

This commit is contained in:
Daniel Langbein 2024-02-02 11:17:07 +01:00
parent 1d47eb2c2a
commit cae6e413be
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
../../modules/freetube.nix ../../modules/freetube.nix
../../modules/ghostwriter.nix ../../modules/ghostwriter.nix
../../modules/print-and-scan.nix ../../modules/print-and-scan.nix
../../modules/waydroid.nix #../../modules/waydroid.nix
../../modules/games.nix ../../modules/games.nix
../../modules/autostart.nix ../../modules/autostart.nix

View File

@ -30,7 +30,7 @@
# Enable the GNOME Desktop Environment. # Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true; services.xserver.displayManager.gdm.enable = true;
# Toggles, weather the Wayland or X11 GNOME session is started. # Toggles, weather the Wayland or X11 GNOME session is started.
services.xserver.displayManager.gdm.wayland = true; services.xserver.displayManager.gdm.wayland = false;
services.xserver.desktopManager.gnome.enable = true; services.xserver.desktopManager.gnome.enable = true;
# Configure keymap in X11. # Configure keymap in X11.