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;
|
||||
packages = with pkgs; [
|
||||
maple-mono.NF-CN
|
||||
noto-fonts-emoji
|
||||
noto-fonts-emoji-blob-bin
|
||||
source-han-serif
|
||||
source-han-sans
|
||||
libertinus
|
||||
|
|
@ -48,7 +48,7 @@ in {
|
|||
monospace = [
|
||||
"Maple Mono NF CN"
|
||||
];
|
||||
emoji = ["Noto Color Emoji"];
|
||||
emoji = ["Blobmoji"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue