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; }; }