diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-09 12:57:55 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-09 12:57:55 +0530 |
| commit | 722467fc40bfb44ee0aee1c6aab804dc36d16851 (patch) | |
| tree | 3a8a8a453d800147d09ba06da7911fdae206cc29 /modules/core/fonts.nix | |
| parent | 61b5e8524eab94275cc9188b373560b646b0f51c (diff) | |
update
Diffstat (limited to 'modules/core/fonts.nix')
| -rw-r--r-- | modules/core/fonts.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix index 30c83b0..7f1d51d 100644 --- a/modules/core/fonts.nix +++ b/modules/core/fonts.nix @@ -2,8 +2,8 @@ { fonts.packages = with pkgs; [ - nerd-fonts.ubuntu-mono - # (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) + # nerd-fonts.ubuntu-mono + (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) noto-fonts noto-fonts-cjk-sans noto-fonts-emoji |
