qt: add fonts (#983)

Link: https://github.com/nix-community/stylix/pull/983

Reviewed-by: Kilian Mio <86004375+Mikilio@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Topi 2025-08-18 22:39:15 +03:00 committed by GitHub
parent 05ac1c7074
commit de0ff3cc8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,6 +92,11 @@
''
+ lib.optionalString (icons != null) ''
icon_theme=${icons}
''
+ ''
[Fonts]
fixed="${config.stylix.fonts.monospace.name},${toString config.stylix.fonts.sizes.applications}"
general="${config.stylix.fonts.sansSerif.name},${toString config.stylix.fonts.sizes.applications}"
'';
in