From d530804cb725f329b1faf3ce488b430fa36039bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 28 May 2023 13:53:08 -0700 Subject: font: switch to Roboto for system font and JetBrain for monospace --- home/profiles/workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/workstation.nix') 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"; -- cgit 1.4.1