diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-31 12:15:42 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-31 12:15:42 +0530 |
| commit | cc83dd631dd27d8aa909d9cdc6b625f25b1b05de (patch) | |
| tree | 90155ae6b1f7e0e23e1b7e6561c1984ee601f6d5 /modules/core | |
| parent | 516473777a718d15840d5adf9270f751f34acbd4 (diff) | |
stable nixpkgs
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/fonts.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix index b842dd9..7f1d51d 100644 --- a/modules/core/fonts.nix +++ b/modules/core/fonts.nix @@ -2,7 +2,8 @@ { fonts.packages = with pkgs; [ - nerd-fonts.ubuntu-mono + # nerd-fonts.ubuntu-mono + (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) noto-fonts noto-fonts-cjk-sans noto-fonts-emoji |
