Update NixOS config.
This commit is contained in:
parent
ec03926c6a
commit
236ee88e90
1 changed files with 4 additions and 4 deletions
8
home.nix
8
home.nix
|
@ -140,19 +140,19 @@
|
|||
env.TERM = "xterm-256color";
|
||||
font = {
|
||||
normal = {
|
||||
family = "IosevkaTerm Nerd Font";
|
||||
family = "Iosevka Nerd Font";
|
||||
style = "Regular";
|
||||
};
|
||||
bold = {
|
||||
family = "IosevkaTerm Nerd Font";
|
||||
family = "Iosevka Nerd Font";
|
||||
style = "Bold";
|
||||
};
|
||||
italic = {
|
||||
family = "IosevkaTerm Nerd Font";
|
||||
family = "Iosevka Nerd Font";
|
||||
style = "Italic";
|
||||
};
|
||||
bold_italic = {
|
||||
family = "IosevkaTerm Nerd Font";
|
||||
family = "Iosevka Nerd Font";
|
||||
style = "Bold Italic";
|
||||
};
|
||||
size = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue