Switch CJK from Noto to M+, working in Discord
This commit is contained in:
parent
0994212d99
commit
7ba3cd2438
1 changed files with 4 additions and 1 deletions
|
@ -49,8 +49,11 @@ in
|
||||||
nixpkgs.config.pulseaudio = true;
|
nixpkgs.config.pulseaudio = true;
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
|
# noto-fonts-cjk doesn't display in Discord for some reason
|
||||||
|
# mplus-outline-fonts.osdnRelease is no longer updated and is now mplus-outline-fonts.githubRelease,
|
||||||
|
# but で renders weird for some reason in the GitHub release, so I'm sticking to OSDN
|
||||||
|
mplus-outline-fonts.osdnRelease
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
|
(nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue