Update gnome.nix

This commit is contained in:
ediblerope 2025-12-09 12:18:31 +00:00 committed by GitHub
parent 4719b4c0c6
commit 789d46a4af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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