mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
qt: fix breeze-qt5 path (#4098)
Don't use aliases as those may be disabled.
This commit is contained in:
parent
ea2f17615e
commit
9ba7b3990e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ in {
|
|||
example = "adwaita-dark";
|
||||
relatedPackages = [
|
||||
"adwaita-qt"
|
||||
"breeze-qt5"
|
||||
[ "libsForQt5" "breeze-qt5" ]
|
||||
[ "libsForQt5" "qtstyleplugins" ]
|
||||
"qtstyleplugin-kvantum-qt4"
|
||||
[ "libsForQt5" "qtstyleplugin-kvantum" ]
|
||||
|
|
Loading…
Reference in a new issue