mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
Fix missing styleName for kde6 (#6597)
This commit is contained in:
@@ -26,6 +26,7 @@ let
|
||||
styleNames = {
|
||||
gtk = "gtk2";
|
||||
qtct = "qt5ct";
|
||||
kde6 = "kde";
|
||||
};
|
||||
|
||||
# Maps known lowercase style names to style packages. Non-exhaustive.
|
||||
|
||||
Reference in New Issue
Block a user