Enable support for qt6 themes
previously only qt5 were working
This commit is contained in:
parent
7cfbadfe08
commit
de9327e3c4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gtk";
|
platformTheme = "gtk";
|
||||||
style.package = pkgs.adwaita-qt;
|
style.package = with pkgs; [adwaita-qt adwaita-qt6];
|
||||||
style.name = "adwaita-dark";
|
style.name = "adwaita-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue