mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed font
This commit is contained in:
parent
6c4c116f18
commit
29a3723290
2 changed files with 6 additions and 5 deletions
|
|
@ -68,6 +68,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
terminus_font
|
||||||
nerd-fonts.terminess-ttf
|
nerd-fonts.terminess-ttf
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,22 +54,22 @@ in
|
||||||
font = {
|
font = {
|
||||||
size = 12;
|
size = 12;
|
||||||
normal = {
|
normal = {
|
||||||
family = "Terminus";
|
family = "Terminess Nerd Font Mono";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
|
|
||||||
bold = {
|
bold = {
|
||||||
family = "Terminus";
|
family = "Terminess Nerd Font Mono";
|
||||||
style = "Bold";
|
style = "Bold";
|
||||||
};
|
};
|
||||||
|
|
||||||
italic = {
|
italic = {
|
||||||
family = "Terminus";
|
family = "Terminess Nerd Font Mono";
|
||||||
style = "Italic";
|
style = "Italic";
|
||||||
};
|
};
|
||||||
|
|
||||||
bold_italic = {
|
bold_italic = {
|
||||||
family = "Terminus";
|
family = "Terminess Nerd Font Mono";
|
||||||
style = "Bold Italic";
|
style = "Bold Italic";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue