qt: try to improve themes
This commit is contained in:
parent
4fdc28fd18
commit
34de8dab67
|
@ -23,6 +23,7 @@ in
|
|||
gimp
|
||||
inkscape
|
||||
krita
|
||||
kdePackages.breeze
|
||||
kdePackages.kdenlive
|
||||
pitivi
|
||||
blender-hip
|
||||
|
|
|
@ -48,9 +48,11 @@ lib.mkIf (desktop == "sway") {
|
|||
gtk3 = shared;
|
||||
}
|
||||
);
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
platformTheme.name = "gtk3";
|
||||
style.name = "qt5ct";
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
|
|
Loading…
Reference in a new issue