From 61b5e8524eab94275cc9188b373560b646b0f51c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 3 Jan 2025 21:52:55 +0530 Subject: switch to master temporarily --- modules/core/fonts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/core/fonts.nix') diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix index 7f1d51d..30c83b0 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 -- cgit v1.2.3