From 65899ddba76154ad3883327041c4430cae382e75 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 27 Jul 2023 16:17:24 -0700 Subject: [PATCH] desktop: swap mplus-outline-fonts.osdnRelease for noto-fonts-cjk --- hosts/desktop.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 1153ce0..595a38a 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -68,10 +68,7 @@ in fonts = { enableDefaultFonts = false; 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-cjk noto-fonts (nerdfonts.override { fonts = [ "FiraCode" ]; }) # required for icons twitter-color-emoji