Replace terminus-nerdfont with inconsolata
This commit is contained in:
parent
cbf0038c6f
commit
a9bc2afbd0
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue