From 789d46a4af5c59969d1c469f95c9e1cce919754d Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 12:18:31 +0000 Subject: [PATCH] Update gnome.nix --- settings/gnome.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/gnome.nix b/settings/gnome.nix index e7247db..1894316 100644 --- a/settings/gnome.nix +++ b/settings/gnome.nix @@ -21,9 +21,14 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo libdecor xorg.libxcb xwayland + gtk3 + cairo ]; # Ensure XWayland has proper decoration support programs.xwayland.enable = true; + + # Make sure GTK is properly configured + programs.dconf.enable = true; }; }