about summary refs log tree commit diff
path: root/home/profiles/workstation.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-28 13:53:08 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-28 13:53:08 -0700
commitd530804cb725f329b1faf3ce488b430fa36039bb (patch)
tree6e64558a545e057b9e9c7cec017ea113108e095b /home/profiles/workstation.nix
parenthome/waybar: change the style to be a bit more readable (diff)
downloadworld-d530804cb725f329b1faf3ce488b430fa36039bb.tar.gz
font: switch to Roboto for system font and JetBrain for monospace
Diffstat (limited to '')
-rw-r--r--home/profiles/workstation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/workstation.nix b/home/profiles/workstation.nix
index 8bca5b1..032ad6b 100644
--- a/home/profiles/workstation.nix
+++ b/home/profiles/workstation.nix
@@ -71,7 +71,7 @@ in
   programs.kitty = {
     enable = true;
     font = {
-      name = "Source Code Pro";
+      name = "JetBrain Mono";
       size = 13;
     };
     theme = "Modus Operandi";