flatpak: Configure global override to fix GTK dark theme

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:11:35 +03:00
parent 2cf43d5c0e
commit 71acea9fd3
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -40,4 +40,7 @@
"org.dune3d.dune3d"
"org.freecadweb.FreeCAD"
];
services.flatpak.overrides = {
global.Context.filesystems = ["xdg-config/gtk-3.0"];
};
}