diff options
| -rw-r--r-- | hosts/common/fonts.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 = |
