mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
adding emojis to alacritty?
This commit is contained in:
parent
1355656511
commit
7685c191c6
2 changed files with 5 additions and 1 deletions
|
|
@ -61,6 +61,10 @@
|
||||||
family = "Terminus";
|
family = "Terminus";
|
||||||
style = "Bold Italic";
|
style = "Bold Italic";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fallback = [
|
||||||
|
{ family = "Noto Color Emoji"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
size = 14;
|
size = 14;
|
||||||
|
|
|
||||||
|
|
@ -39,9 +39,9 @@ in
|
||||||
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
|
|
||||||
emote
|
emote
|
||||||
emojione
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue