From 3b544a6565e4aaee8a6ff1ce2e5af8dded148c62 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 5 Mar 2024 16:50:50 +0100 Subject: [PATCH] Ubuntu font --- modules/font.nix | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) 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;