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