Apparently using QT_QPA_PLATFORMTHEME=gtk makes things depend on xwayland
This commit is contained in:
parent
934932998c
commit
fb914c0f1f
2 changed files with 14 additions and 10 deletions
|
@ -41,8 +41,8 @@
|
|||
'';
|
||||
};
|
||||
dconf.settings."org/gnome/desktop/interface" = {
|
||||
gtk-theme = "Arc";
|
||||
icon-theme = "Arc";
|
||||
gtk-theme = "Breeze";
|
||||
icon-theme = "breeze";
|
||||
cursor-theme = "Vanilla-DMZ";
|
||||
};
|
||||
gtk = {
|
||||
|
@ -61,17 +61,21 @@
|
|||
gtk-cursor-theme-size = 0;
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.arc-icon-theme;
|
||||
name = "Arc";
|
||||
package = pkgs.libsForQt5.breeze-icons;
|
||||
name = "breeze";
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.arc-theme;
|
||||
name = "Arc";
|
||||
package = pkgs.libsForQt5.breeze-gtk;
|
||||
name = "Breeze";
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
platformTheme = "gnome";
|
||||
style = {
|
||||
name = "breeze";
|
||||
package = pkgs.libsForQt5.breeze-qt5;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue