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