about summary refs log tree commit diff
path: root/profiles/workstation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-08 18:01:23 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-08 18:01:23 -0700
commit45b8fded5d8874bff1e1e95303b9b506dbaf771f (patch)
tree89a0e7b74ea5eeec3e9efda4f47e41fa0881141d /profiles/workstation.nix
parentprofiles/git: ignore python bytecode (diff)
downloadworld-45b8fded5d8874bff1e1e95303b9b506dbaf771f.tar.gz
change monospace font back to source code pro
Diffstat (limited to 'profiles/workstation.nix')
-rw-r--r--profiles/workstation.nix3
1 files changed, 1 insertions, 2 deletions
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
     ];