diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 036795b..c6b7290 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -293,15 +293,15 @@ settings = { font = { normal = { - family = "Hack Nerd Font"; + family = "FiraCode Nerd Font Mono"; style = "Regular"; }; bold = { - family = "Hack Nerd Font"; + family = "FiraCode Nerd Font Mono"; style = "Bold"; }; italic = { - family = "Hack Nerd Font"; + family = "FiraCode Nerd Font Mono"; style = "Italic"; }; size = 12;