Enable support for qt6 themes

previously only qt5 were working
This commit is contained in:
GHOSCHT 2024-02-27 08:43:09 +01:00
parent 7cfbadfe08
commit de9327e3c4
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -22,7 +22,7 @@
qt = {
enable = true;
platformTheme = "gtk";
style.package = pkgs.adwaita-qt;
style.package = with pkgs; [adwaita-qt adwaita-qt6];
style.name = "adwaita-dark";
};