fix: qt theme fix
This commit is contained in:
parent
ba63664890
commit
b2c8f14b47
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue