From 1fe1c744185caef8a129f5615c612c1c884c55d2 Mon Sep 17 00:00:00 2001 From: chase Date: Thu, 15 May 2025 02:21:39 -0400 Subject: [PATCH] Updated terminal font to IBM Plex Mono --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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"; };