mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
qt: add qgnomeplatform-qt6 when platformTheme is set to gnome
This commit is contained in:
parent
7b4077d7b7
commit
ad4a26ae2f
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
||||||
cfg = config.qt;
|
cfg = config.qt;
|
||||||
|
|
||||||
platformPackages = with pkgs; {
|
platformPackages = with pkgs; {
|
||||||
gnome = [ qgnomeplatform ];
|
gnome = [ qgnomeplatform qgnomeplatform-qt6 ];
|
||||||
gtk = [ libsForQt5.qtstyleplugins qt6Packages.qt6gtk2 ];
|
gtk = [ libsForQt5.qtstyleplugins qt6Packages.qt6gtk2 ];
|
||||||
kde = [ libsForQt5.plasma-integration libsForQt5.systemsettings ];
|
kde = [ libsForQt5.plasma-integration libsForQt5.systemsettings ];
|
||||||
lxqt = [ lxqt.lxqt-qtplugin lxqt.lxqt-config ];
|
lxqt = [ lxqt.lxqt-qtplugin lxqt.lxqt-config ];
|
||||||
|
@ -55,6 +55,7 @@ in {
|
||||||
example = "gnome";
|
example = "gnome";
|
||||||
relatedPackages = [
|
relatedPackages = [
|
||||||
"qgnomeplatform"
|
"qgnomeplatform"
|
||||||
|
"qgnomeplatform-qt6"
|
||||||
[ "libsForQt5" "plasma-integration" ]
|
[ "libsForQt5" "plasma-integration" ]
|
||||||
[ "libsForQt5" "qt5ct" ]
|
[ "libsForQt5" "qt5ct" ]
|
||||||
[ "libsForQt5" "qtstyleplugins" ]
|
[ "libsForQt5" "qtstyleplugins" ]
|
||||||
|
|
Loading…
Reference in a new issue