gtk: force configuration replacement
This commit is contained in:
parent
18cf69a760
commit
5e4c04502d
|
@ -49,6 +49,9 @@ lib.mkIf (desktop == "sway") {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
xdg.configFile."gtk-3.0/settings.ini".force = true;
|
||||||
|
xdg.configFile."gtk-4.0/settings.ini".force = true;
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme.name = "gtk3";
|
platformTheme.name = "gtk3";
|
||||||
|
|
Loading…
Reference in a new issue