Make Terminus the default font

This commit is contained in:
Oliver Davies 2024-09-23 11:57:53 +01:00
parent aa9b66f091
commit 1e83c4bf8b
2 changed files with 4 additions and 2 deletions

View file

@ -21,9 +21,11 @@ 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;
};

View file

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