diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-03 20:35:32 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-03 20:35:32 +0530 |
| commit | b13a66ee6f5c5bad7425a2cdbb64ddb4267bcf9a (patch) | |
| tree | 9226ff2a3136ed6baac9cb01b53bae47d9b610c6 /modules/core | |
| parent | 2f3d3f02c42839890a692b63d7ea6433060e34d9 (diff) | |
(flake-update)
Diffstat (limited to '')
| -rw-r--r-- | modules/core/fonts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix index 8a56aa7..44d36b3 100644 --- a/modules/core/fonts.nix +++ b/modules/core/fonts.nix @@ -4,7 +4,7 @@ fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji liberation_ttf ]; |
