From 87443f927f947b16c0b9b6628f0b1fbe1c9b974c Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 15 Jun 2024 20:38:31 -0500 Subject: [PATCH] Removed unnecessary fonts --- system/wm/fonts.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/system/wm/fonts.nix b/system/wm/fonts.nix index a75544c..d4b1793 100644 --- a/system/wm/fonts.nix +++ b/system/wm/fonts.nix @@ -4,14 +4,8 @@ # Fonts are nice to have fonts.packages = with pkgs; [ # Fonts - (nerdfonts.override { fonts = [ "Inconsolata" ]; }) + nerdfonts powerline - inconsolata - inconsolata-nerdfont - iosevka - font-awesome - ubuntu_font_family - terminus_font ]; }