Replace terminus-nerdfont with inconsolata

This commit is contained in:
coolneng 2021-02-17 04:25:27 +01:00
parent cbf0038c6f
commit a9bc2afbd0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 9 deletions

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 inconsolata-nerdfont
terminus-nerdfont terminus_font_ttf
terminus_font_ttf iosevka-bin
iosevka-bin ];
];
};
} }