about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/firefox.nix2
-rw-r--r--home/profiles/workstation.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/firefox.nix b/home/profiles/firefox.nix
index c551cee..beac5ca 100644
--- a/home/profiles/firefox.nix
+++ b/home/profiles/firefox.nix
@@ -43,7 +43,7 @@
           "privacy.trackingprotection.enabled" = true;
           "privacy.trackingprotection.socialtracking.enabled" = true;
 
-          "font.name.monospace.x-western" = "JetBrain Mono";
+          "font.name.monospace.x-western" = "Source Code Pro";
           "font.name.sans-serif.x-western" = "DejaVu Sans Serif";
           "font.name.serif.x-western" = "DejaVu Serif";
         };
diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix
index 032ad6b..e33db2d 100644
--- a/home/profiles/workstation.nix
+++ b/home/profiles/workstation.nix
@@ -71,7 +71,7 @@ in
   programs.kitty = {
     enable = true;
     font = {
-      name = "JetBrain Mono";
+      name = "Source Code Proro";
       size = 13;
     };
     theme = "Modus Operandi";