From 45b8fded5d8874bff1e1e95303b9b506dbaf771f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 8 Jun 2023 18:01:23 -0700 Subject: change monospace font back to source code pro --- home/profiles/firefox.nix | 2 +- home/profiles/workstation.nix | 2 +- profiles/workstation.nix | 3 +-- 3 files changed, 3 insertions(+), 4 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"; diff --git a/profiles/workstation.nix b/profiles/workstation.nix index 7fa9c6a..5451199 100644 --- a/profiles/workstation.nix +++ b/profiles/workstation.nix @@ -53,7 +53,7 @@ defaultFonts = { serif = [ "DejaVu Serif" ]; sansSerif = [ "DejaVu Sans Serif" ]; - monospace = [ "JetBrain Mono" ]; + monospace = [ "Source Code Pro" ]; }; }; fonts = with pkgs; [ @@ -61,7 +61,6 @@ etBook font-awesome_5 google-fonts - jetbrains-mono powerline-fonts roboto ]; -- cgit 1.4.1