diff --git a/home.nix b/home.nix index f2981b8..06c18d2 100644 --- a/home.nix +++ b/home.nix @@ -7,6 +7,14 @@ programs.alacritty = { enable = true; + settings = { + font = { + normal = { + family = "IBM Plex Mono"; + style = "Regular"; + }; + }; + }; theme = "catppuccin_mocha"; };