Re-use Terminus font
This commit is contained in:
parent
ed9d929b62
commit
ec7efcba47
|
@ -24,10 +24,12 @@ with lib;
|
|||
};
|
||||
|
||||
font = {
|
||||
size = 10;
|
||||
size = 16;
|
||||
|
||||
bold.style = "Regular";
|
||||
normal.family = "MesloLGSDZ Nerd Font Mono";
|
||||
bold_italic.style = "Regular";
|
||||
italic.style = "Regular";
|
||||
normal.family = "Terminus (TTF)";
|
||||
};
|
||||
|
||||
terminal.shell = {
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.meslo-lg
|
||||
nerd-fonts.terminess-ttf
|
||||
terminus_font
|
||||
terminus_font_ttf
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue