aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-03-15 11:39:14 -0700
committerFranck Cuny <franck@fcuny.net>2025-03-15 11:39:14 -0700
commiteb3ebe676bff8cb6c8fa42ec56def41f5f6e20da (patch)
treedd2163909065fb0c4edd83b3a9c5ad9dcdd1e3aa
parentgenerate consistent aliases (diff)
downloadinfra-eb3ebe676bff8cb6c8fa42ec56def41f5f6e20da.tar.gz
use correct font for terminal
-rw-r--r--nix/users/fcuny/dev.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix
index 9e3b50c..b738695 100644
--- a/nix/users/fcuny/dev.nix
+++ b/nix/users/fcuny/dev.nix
@@ -33,7 +33,7 @@
config.scrollback_lines = 10000
- config.font = wezterm.font("Monaspace Neon", {
+ config.font = wezterm.font("Source Code Pro", {
weight = "Light",
})
config.font_size = 16.0