From 9a7bddac9a04c09ad1797b2f0712449a43d84810 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:09:08 -0800 Subject: [PATCH] fix fonts --- users/tao.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tao.nix b/users/tao.nix index 20febfb..7a71c34 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -131,7 +131,7 @@ # ]; fonts.packages = with pkgs; [ - # (nerdfonts.override {fonts = ["FiraCode"];}) + (nerdfonts.override {fonts = ["FiraCode"];}) noto-fonts-cjk noto-fonts-color-emoji ];