Revert "Make Terminus the default font"

This reverts commit 1e83c4bf8b.
This commit is contained in:
Oliver Davies 2024-09-25 10:07:26 +01:00
parent 9cdb4461a4
commit 598989f2ad
2 changed files with 2 additions and 4 deletions

View file

@ -27,11 +27,9 @@ in
font = { font = {
size = toInt "${theme.fonts.monospace.size}"; size = toInt "${theme.fonts.monospace.size}";
bold.style = "Regular";
normal.family = "${theme.fonts.monospace.name}"; normal.family = "${theme.fonts.monospace.name}";
italic.style = "Bold";
normal.style = "Bold";
offset.y = 12; offset.y = 12;
glyph_offset.y = 6; glyph_offset.y = 6;
}; };

View file

@ -2,7 +2,7 @@
{ {
fonts = { fonts = {
monospace = { monospace = {
name = "Terminus"; name = "MesloLGSDZ Nerd Font Mono";
# fc-list : family | sort | grep "Nerd Font" # fc-list : family | sort | grep "Nerd Font"
package = pkgs.nerdfonts.override { fonts = [ "Meslo" ]; }; package = pkgs.nerdfonts.override { fonts = [ "Meslo" ]; };