diff --git a/home-manager/nixedo.nix b/home-manager/nixedo.nix
index e899784f..fa9234e6 100644
--- a/home-manager/nixedo.nix
+++ b/home-manager/nixedo.nix
@@ -28,7 +28,10 @@
       font = {
         size = 12.0;
 
-        normal.family = "BlexMono Nerd Font Mono";
+        normal.family = "IntelOne Mono";
+        italic.style = "Regular";
+        bolditalic.style = "Regular";
+        bold.style = "Regular";
 
         offset.y = 12;
         glyph_offset.y = 6;
diff --git a/system/nixos/nixedo/configuration.nix b/system/nixos/nixedo/configuration.nix
index cd060874..fe57d8c2 100644
--- a/system/nixos/nixedo/configuration.nix
+++ b/system/nixos/nixedo/configuration.nix
@@ -182,10 +182,11 @@ in
     fontconfig = {
       enable = true;
       defaultFonts = {
-        monospace = [ "BlexMono Nerd Font Mono" ];
+        monospace = [ "IntelOne Mono" ];
       };
     };
     fonts = with pkgs; [
+      intel-one-mono
       (nerdfonts.override {
         fonts = [
           "Iosevka"