even closer

This commit is contained in:
Henry Hiles 2025-08-18 10:37:08 -04:00
commit 83da76bfcf
No known key found for this signature in database
6 changed files with 29 additions and 11 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
fonts = {
packages = with pkgs; [twitter-color-emoji];
fontconfig.defaultFonts.emoji = ["Twitter Color Emoji"];
};
}