diff --git a/configuration.nix b/configuration.nix index 8042626..0b4b1af 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,7 +63,6 @@ # ── Desktop ──────────────────────────────────────────────── services.displayManager.gdm.enable = true; services.displayManager.gdm.autoSuspend = false; - services.displayManager.gdm.wayland = true; services.desktopManager.gnome.enable = true; services.printing.enable = true; systemd.enableEmergencyMode = false;