diff --git a/home.nix b/home.nix index 9cdcd96..c89302c 100644 --- a/home.nix +++ b/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;