Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-18 13:31:27 +08:00
parent ec03926c6a
commit 236ee88e90

View file

@ -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;