Revert "Make Terminus the default font"
This reverts commit 1e83c4bf8b
.
This commit is contained in:
parent
9cdb4461a4
commit
598989f2ad
|
@ -27,11 +27,9 @@ in
|
|||
font = {
|
||||
size = toInt "${theme.fonts.monospace.size}";
|
||||
|
||||
bold.style = "Regular";
|
||||
normal.family = "${theme.fonts.monospace.name}";
|
||||
|
||||
italic.style = "Bold";
|
||||
normal.style = "Bold";
|
||||
|
||||
offset.y = 12;
|
||||
glyph_offset.y = 6;
|
||||
};
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
fonts = {
|
||||
monospace = {
|
||||
name = "Terminus";
|
||||
name = "MesloLGSDZ Nerd Font Mono";
|
||||
# fc-list : family | sort | grep "Nerd Font"
|
||||
|
||||
package = pkgs.nerdfonts.override { fonts = [ "Meslo" ]; };
|
||||
|
|
Loading…
Reference in a new issue