mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
qt: add style mappings for Qt 6
This commit is contained in:
parent
e529050043
commit
ca434130c3
1 changed files with 8 additions and 6 deletions
|
@ -8,15 +8,15 @@ let
|
|||
bb10bright = libsForQt5.qtstyleplugins;
|
||||
bb10dark = libsForQt5.qtstyleplugins;
|
||||
cleanlooks = libsForQt5.qtstyleplugins;
|
||||
gtk2 = libsForQt5.qtstyleplugins;
|
||||
gtk2 = [ libsForQt5.qtstyleplugins qt6Packages.qt6gtk2 ];
|
||||
motif = libsForQt5.qtstyleplugins;
|
||||
cde = libsForQt5.qtstyleplugins;
|
||||
plastique = libsForQt5.qtstyleplugins;
|
||||
|
||||
adwaita = adwaita-qt;
|
||||
adwaita-dark = adwaita-qt;
|
||||
adwaita-highcontrast = adwaita-qt;
|
||||
adwaita-highcontrastinverse = adwaita-qt;
|
||||
adwaita = [ adwaita-qt adwaita-qt6 ];
|
||||
adwaita-dark = [ adwaita-qt adwaita-qt6 ];
|
||||
adwaita-highcontrast = [ adwaita-qt adwaita-qt6 ];
|
||||
adwaita-highcontrastinverse = [ adwaita-qt adwaita-qt6 ];
|
||||
|
||||
breeze = libsForQt5.breeze-qt5;
|
||||
|
||||
|
@ -83,9 +83,11 @@ in {
|
|||
example = "adwaita-dark";
|
||||
relatedPackages = [
|
||||
"adwaita-qt"
|
||||
"adwaita-qt6"
|
||||
[ "libsForQt5" "breeze-qt5" ]
|
||||
[ "libsForQt5" "qtstyleplugins" ]
|
||||
[ "libsForQt5" "qtstyleplugin-kvantum" ]
|
||||
[ "libsForQt5" "qtstyleplugins" ]
|
||||
[ "qt6Packages" "qt6gtk2" ]
|
||||
[ "qt6Packages" "qtstyleplugin-kvantum" ]
|
||||
];
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue