refactor(stylix): move fonts config into 'stylix/theme'
check / lint (push) Successful in 16s

This commit is contained in:
2026-08-22 22:38:33 +02:00
parent fd670455d4
commit 8ef45d0422
3 changed files with 14 additions and 16 deletions
+1 -7
View File
@@ -23,14 +23,8 @@ in
base16Scheme
override
image
fonts
;
fonts = {
monospace = theme.monospaceFont;
serif = config.stylix.fonts.monospace;
sansSerif = config.stylix.fonts.monospace;
emoji = config.stylix.fonts.monospace;
};
autoEnable = true;
targets.regreet.enable = false;
};