From 9d7f2669dfc7569928bcd3fc4692d9f6765f15b0 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 27 May 2026 09:49:21 -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 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;