mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-26 01:51:37 +00:00
Fix missing styleName for kde6 (#6597)
This commit is contained in:
parent
3593ee59a4
commit
7fb8678716
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ let
|
||||||
styleNames = {
|
styleNames = {
|
||||||
gtk = "gtk2";
|
gtk = "gtk2";
|
||||||
qtct = "qt5ct";
|
qtct = "qt5ct";
|
||||||
|
kde6 = "kde";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Maps known lowercase style names to style packages. Non-exhaustive.
|
# Maps known lowercase style names to style packages. Non-exhaustive.
|
||||||
|
|
Loading…
Add table
Reference in a new issue