aboutsummaryrefslogtreecommitdiff
path: root/home/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 /home/profiles/workstation.nix
parentprofiles/git: ignore python bytecode (diff)
downloadinfra-45b8fded5d8874bff1e1e95303b9b506dbaf771f.tar.gz
change monospace font back to source code pro
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 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";