From e0d4b3544dbea26f3e602e4682925a39f6f5313a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 27 May 2026 11:15:09 -0500 Subject: [PATCH] updated config for gnome 50 support --- configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cfcfd4c..7863170 100644 --- a/configuration.nix +++ b/configuration.nix @@ -70,7 +70,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;