1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-24 09:06:17 +00:00

Fix missing styleName for kde6 (#6597)

This commit is contained in:
Ilise Leary 2025-03-10 14:35:47 -05:00 committed by GitHub
parent 3593ee59a4
commit 7fb8678716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@ let
styleNames = {
gtk = "gtk2";
qtct = "qt5ct";
kde6 = "kde";
};
# Maps known lowercase style names to style packages. Non-exhaustive.