qt: try to improve themes

This commit is contained in:
Leonardo Eugênio 2024-07-06 18:41:32 -03:00
parent 4fdc28fd18
commit 34de8dab67
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,7 @@ in
gimp gimp
inkscape inkscape
krita krita
kdePackages.breeze
kdePackages.kdenlive kdePackages.kdenlive
pitivi pitivi
blender-hip blender-hip

View file

@ -48,9 +48,11 @@ lib.mkIf (desktop == "sway") {
gtk3 = shared; gtk3 = shared;
} }
); );
qt = { qt = {
enable = true; enable = true;
platformTheme.name = "qtct"; platformTheme.name = "gtk3";
style.name = "qt5ct";
}; };
dconf.settings = { dconf.settings = {