diff options
| author | seth <[email protected]> | 2023-02-25 12:05:07 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-25 12:05:07 -0500 |
| commit | 584b6891c0a9e3225be903fcf3e5f202724aa114 (patch) | |
| tree | 98cb4f8429c41f9c57a9dedcc2cd16e87aa6e800 | |
| parent | 970ce3941c68fb8ad46125d96b4249845c0d31a4 (diff) | |
add corefonts
| -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 = |
