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