From f8f22129c204ad7f84fa5b7515482ca89c89d3e5 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 27 May 2026 11:13:27 -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;