diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 18:38:25 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 18:38:25 +0530 | 
| commit | 8e1b677cba56819652816b8c8119790f93c2b76a (patch) | |
| tree | 2c9e972302b9c4b02d4bae03aaeaeb9fe9adf4ea | |
| parent | bfaf9a76e4819efae309ae136a69f8d784100365 (diff) | |
add more fonts
| -rw-r--r-- | modules/fonts.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/modules/fonts.nix b/modules/fonts.nix index 5a85316..8a56aa7 100644 --- a/modules/fonts.nix +++ b/modules/fonts.nix @@ -3,5 +3,9 @@  {    fonts.packages = with pkgs; [      (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) +    noto-fonts +    noto-fonts-cjk +    noto-fonts-emoji +    liberation_ttf    ];  } | 
