Re-use Terminus font

This commit is contained in:
Oliver Davies 2024-12-28 09:26:54 +00:00
parent ed9d929b62
commit ec7efcba47
2 changed files with 6 additions and 3 deletions

View file

@ -24,10 +24,12 @@ with lib;
}; };
font = { font = {
size = 10; size = 16;
bold.style = "Regular"; bold.style = "Regular";
normal.family = "MesloLGSDZ Nerd Font Mono"; bold_italic.style = "Regular";
italic.style = "Regular";
normal.family = "Terminus (TTF)";
}; };
terminal.shell = { terminal.shell = {

View file

@ -9,7 +9,8 @@
packages = with pkgs; [ packages = with pkgs; [
nerd-fonts.jetbrains-mono nerd-fonts.jetbrains-mono
nerd-fonts.meslo-lg nerd-fonts.meslo-lg
nerd-fonts.terminess-ttf terminus_font
terminus_font_ttf
]; ];
}; };
} }