feat(home): Set emoji font

This commit is contained in:
punkfairie 2025-01-11 11:38:37 -08:00
parent 6644a549d1
commit 4c45efd0ff
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -21,6 +21,7 @@ in {
maple-mono-NF
dm-sans
eb-garamond
whatsapp-emoji-font
];
rose-pine.pointerCursor = mkIf colors.isRosePine enabled;
@ -57,6 +58,7 @@ in {
monospace = ["Maple Mono NF"];
sansSerif = ["DeepMind Sans"]; # dm-sans
serif = ["EB Garamond"];
emoji = ["Apple Color Emoji"]; # whatsapp-emoji-font
};
};
};