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 = {
fonts = with pkgs; [
fonts.fonts = with pkgs; [
google-fonts
emacs-all-the-icons-fonts
terminus-nerdfont
inconsolata-nerdfont
terminus_font_ttf
iosevka-bin
];
};
}