vicinae: support fonts

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

[noah: polish formatting]
Reviewed-by: Noah Biewesch <dev@noahbiewesch.com>
This commit is contained in:
cswimr 2026-06-23 16:27:04 -04:00 committed by Noah Biewesch
parent 9d5b174a73
commit 01dfebaa9a
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -7,6 +7,15 @@ mkTarget {
programs.vicinae.settings.launcher_window.opacity = opacity.popups;
}
)
(
{ fonts }:
{
programs.vicinae.settings.font.normal = {
family = fonts.sansSerif.name;
size = fonts.sizes.applications;
};
}
)
(
{ colors, polarity }:
{