···20 pkgs.adwaita-qt6
21 ]
22 else if isQtStyle then [ pkgs.libsForQt5.qtstyleplugins ]
23- else if isQt5ct then [ pkgs.libsForQt5.qt5ct ]
24 else if isLxqt then [ pkgs.lxqt.lxqt-qtplugin pkgs.lxqt.lxqt-config ]
25 else if isKde then [ pkgs.libsForQt5.plasma-integration pkgs.libsForQt5.systemsettings ]
26 else throw "`qt.platformTheme` ${cfg.platformTheme} and `qt.style` ${cfg.style} are not compatible.";
···20 pkgs.adwaita-qt6
21 ]
22 else if isQtStyle then [ pkgs.libsForQt5.qtstyleplugins ]
23+ else if isQt5ct then [ pkgs.libsForQt5.qt5ct pkgs.qt6Packages.qt6ct ]
24 else if isLxqt then [ pkgs.lxqt.lxqt-qtplugin pkgs.lxqt.lxqt-config ]
25 else if isKde then [ pkgs.libsForQt5.plasma-integration pkgs.libsForQt5.systemsettings ]
26 else throw "`qt.platformTheme` ${cfg.platformTheme} and `qt.style` ${cfg.style} are not compatible.";