diff --git a/modules/font.nix b/modules/font.nix index e7b02cb..060c309 100644 --- a/modules/font.nix +++ b/modules/font.nix @@ -11,24 +11,25 @@ in { fontDir.enable = true; packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" "Iosevka" ]; }) - jetbrains-mono - iosevka - fira-code - fira - font-awesome - liberation_ttf - libertine - libertinus - vollkorn - noto-fonts-emoji - noto-fonts - ipafont - bqn386 - blackout - prociono - mplus-outline-fonts.githubRelease - mononoki - uiua386 + ubuntu_font_family + jetbrains-mono + iosevka + fira-code + fira + font-awesome + liberation_ttf + libertine + libertinus + vollkorn + noto-fonts-emoji + noto-fonts + ipafont + bqn386 + blackout + prociono + mplus-outline-fonts.githubRelease + mononoki + uiua386 ]; fontconfig = { enable = true;