From 78bc0ed05c6b80d3ab8aa7ec713b9aef83de7f40 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Wed, 19 Oct 2022 09:41:47 +0200 Subject: [PATCH] Commented out unused fonts. --- fonts.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fonts.nix b/fonts.nix index 0b08dba..50d79ce 100644 --- a/fonts.nix +++ b/fonts.nix @@ -7,13 +7,13 @@ fonts.fonts = with pkgs; [ noto-fonts noto-fonts-cjk noto-fonts-emoji - liberation_ttf - fira-code - fira-code-symbols - mplus-outline-fonts.githubRelease - dina-font - proggyfonts +# liberation_ttf +# fira-code +# fira-code-symbols +# mplus-outline-fonts.githubRelease +# dina-font +# proggyfonts nerdfonts ]; -} \ No newline at end of file +}