From 584b6891c0a9e3225be903fcf3e5f202724aa114 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 25 Feb 2023 12:05:07 -0500 Subject: add corefonts --- hosts/common/fonts.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/common') diff --git a/hosts/common/fonts.nix b/hosts/common/fonts.nix index 7f260dc..5fc180e 100644 --- a/hosts/common/fonts.nix +++ b/hosts/common/fonts.nix @@ -11,12 +11,13 @@ in { if gui then with pkgs; [ + corefonts + fira-code + (nerdfonts.override {fonts = ["FiraCode"];}) noto-fonts noto-fonts-extra noto-fonts-emoji noto-fonts-cjk-sans - fira-code - (nerdfonts.override {fonts = ["FiraCode"];}) ] else []; fontconfig.defaultFonts = -- cgit v1.2.3