1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-23 15:08:31 +02:00

qt: add qgnomeplatform-qt6 when platformTheme is set to gnome

This commit is contained in:
Thiago Kenji Okada 2023-10-18 18:36:13 +01:00
parent 541d32d8b8
commit bc53e4c240

View File

@ -4,7 +4,7 @@ let
cfg = config.qt;
platformPackages = with pkgs; {
gnome = [ qgnomeplatform ];
gnome = [ qgnomeplatform qgnomeplatform-qt6 ];
gtk = [ libsForQt5.qtstyleplugins qt6Packages.qt6gtk2 ];
kde = [ libsForQt5.plasma-integration libsForQt5.systemsettings ];
lxqt = [ lxqt.lxqt-qtplugin lxqt.lxqt-config ];
@ -55,6 +55,7 @@ in {
example = "gnome";
relatedPackages = [
"qgnomeplatform"
"qgnomeplatform-qt6"
[ "libsForQt5" "plasma-integration" ]
[ "libsForQt5" "qt5ct" ]
[ "libsForQt5" "qtstyleplugins" ]