fix: qt theme fix
This commit is contained in:
parent
ba63664890
commit
b2c8f14b47
|
@ -237,15 +237,6 @@
|
||||||
# Configure QT
|
# Configure QT
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gtk";
|
platformTheme = "qtct";
|
||||||
|
|
||||||
style = {
|
|
||||||
name = "Catppuccin-Frappe-Lavender";
|
|
||||||
package = pkgs.catppuccin-gtk.override {
|
|
||||||
accents = [ "lavender" ];
|
|
||||||
tweaks = [ "rimless" ];
|
|
||||||
variant = "frappe";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -304,7 +304,8 @@
|
||||||
## Libraries
|
## Libraries
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
libsForQt5.qtstyleplugins
|
qt5.qtwayland
|
||||||
|
qt6.qtwayland
|
||||||
|
|
||||||
## Desktop environment
|
## Desktop environment
|
||||||
polkit-kde-agent
|
polkit-kde-agent
|
||||||
|
|
Loading…
Reference in a new issue