Removed unnecessary fonts

This commit is contained in:
Emmet 2024-06-15 20:38:31 -05:00
parent 9c1b371f2d
commit 87443f927f

View file

@ -4,14 +4,8 @@
# Fonts are nice to have # Fonts are nice to have
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
# Fonts # Fonts
(nerdfonts.override { fonts = [ "Inconsolata" ]; }) nerdfonts
powerline powerline
inconsolata
inconsolata-nerdfont
iosevka
font-awesome
ubuntu_font_family
terminus_font
]; ];
} }