adding emojis to alacritty?

This commit is contained in:
Bryan Ramos 2023-06-07 13:20:46 -04:00
parent 1355656511
commit 7685c191c6
2 changed files with 5 additions and 1 deletions

View file

@ -61,6 +61,10 @@
family = "Terminus";
style = "Bold Italic";
};
fallback = [
{ family = "Noto Color Emoji"; }
];
};
size = 14;

View file

@ -39,9 +39,9 @@ in
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
emote
emojione
];
};
}