gui: Fix emoji font, and use noto color emoji
This commit is contained in:
parent
03a6b549a2
commit
c42b0628fd
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ in {
|
||||||
enableDefaultPackages = false;
|
enableDefaultPackages = false;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
maple-mono.NF-CN
|
maple-mono.NF-CN
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji-blob-bin
|
||||||
source-han-serif
|
source-han-serif
|
||||||
source-han-sans
|
source-han-sans
|
||||||
libertinus
|
libertinus
|
||||||
|
|
@ -48,7 +48,7 @@ in {
|
||||||
monospace = [
|
monospace = [
|
||||||
"Maple Mono NF CN"
|
"Maple Mono NF CN"
|
||||||
];
|
];
|
||||||
emoji = ["Noto Color Emoji"];
|
emoji = ["Blobmoji"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue