Add Noto Color Emoji as fallback font of emoji
This commit is contained in:
parent
c348dd527a
commit
6d6a417c5e
1 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ in {
|
|||
source-han-serif
|
||||
source-han-sans
|
||||
libertinus
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
fontconfig.defaultFonts = {
|
||||
serif = [
|
||||
|
|
@ -48,7 +49,10 @@ in {
|
|||
monospace = [
|
||||
"Maple Mono NF CN"
|
||||
];
|
||||
emoji = ["Blobmoji"];
|
||||
emoji = [
|
||||
"Blobmoji"
|
||||
"Noto Color Emoji"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue