diff --git a/home-manager/nixedo.nix b/home-manager/nixedo.nix
index 09eb97da..e899784f 100644
--- a/home-manager/nixedo.nix
+++ b/home-manager/nixedo.nix
@@ -28,7 +28,7 @@
       font = {
         size = 12.0;
 
-        normal.family = "JetBrainsMono Nerd Font";
+        normal.family = "BlexMono Nerd Font Mono";
 
         offset.y = 12;
         glyph_offset.y = 6;
diff --git a/system/nixos/nixedo/configuration.nix b/system/nixos/nixedo/configuration.nix
index d3b3accf..bc36a600 100644
--- a/system/nixos/nixedo/configuration.nix
+++ b/system/nixos/nixedo/configuration.nix
@@ -181,7 +181,7 @@ in
     fontconfig = {
       enable = true;
       defaultFonts = {
-        monospace = [ "Meslo LG M Regular Nerd Font Complete Mono" ];
+        monospace = [ "BlexMono Nerd Font Mono" ];
       };
     };
     fonts = with pkgs; [
@@ -189,6 +189,7 @@ in
         fonts = [
           "Iosevka"
           "JetBrainsMono"
+          "IBMPlexMono"
           "Meslo"
         ];
       })