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:
parent
9d5b174a73
commit
01dfebaa9a
1 changed files with 9 additions and 0 deletions
|
|
@ -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 }:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue