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 --- profiles/workstation.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'profiles/workstation.nix') 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