From f90c3a3ef45f5d91b58d057d7c9b66afffc22e74 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 19 May 2024 15:27:40 +0200 Subject: [PATCH] Korean font --- modules/font.nix | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/modules/font.nix b/modules/font.nix index 060c309..ed65a43 100644 --- a/modules/font.nix +++ b/modules/font.nix @@ -11,25 +11,26 @@ in { fontDir.enable = true; packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" "Iosevka" ]; }) - ubuntu_font_family - jetbrains-mono - iosevka - fira-code + baekmuk-ttf + blackout + bqn386 fira + fira-code font-awesome + iosevka + ipafont + jetbrains-mono liberation_ttf libertine libertinus - vollkorn - noto-fonts-emoji - noto-fonts - ipafont - bqn386 - blackout - prociono - mplus-outline-fonts.githubRelease mononoki + mplus-outline-fonts.githubRelease + noto-fonts + noto-fonts-emoji + prociono + ubuntu_font_family uiua386 + vollkorn ]; fontconfig = { enable = true;