style: font

This commit is contained in:
2025-03-31 14:55:54 +03:00
parent 2d322ab1f2
commit 51566b7224
3 changed files with 19 additions and 15 deletions

View File

@ -32,6 +32,11 @@
package = (pkgs.google-fonts.override { fonts = [ "Gabriela" ]; });
};
emoji = {
package = pkgs.noto-fonts-monochrome-emoji;
name = "Noto Emoji";
};
sizes = {
applications = 13;
desktop = 12;