Replace terminus-nerdfont with inconsolata

This commit is contained in:
2021-02-17 04:25:27 +01:00
parent cbf0038c6f
commit a9bc2afbd0

View File

@@ -95,14 +95,12 @@
]; ];
# Fonts declaration # Fonts declaration
fonts = { fonts.fonts = with pkgs; [
fonts = with pkgs; [
google-fonts google-fonts
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
terminus-nerdfont inconsolata-nerdfont
terminus_font_ttf terminus_font_ttf
iosevka-bin iosevka-bin
]; ];
};
} }