diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-10 08:48:08 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-10 08:48:16 -0800 |
| commit | 6efe25d94581b0230b67a1c903b371b3ac42fc4c (patch) | |
| tree | 04f8a27d699e079e0fc7e0c511849a7e8090cc68 | |
| parent | update some of the macos defaults (diff) | |
| download | infra-6efe25d94581b0230b67a1c903b371b3ac42fc4c.tar.gz | |
switch to monaspace argon font for terminal
| -rw-r--r-- | nix/users/fcuny/dev.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 2e36fc1..f9f7aef 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -29,7 +29,7 @@ config.scrollback_lines = 10000 - config.font = wezterm.font("Source Code Pro", { weight = "Light" }) + config.font = wezterm.font("Monaspace Argon", { weight = "Light" }) config.font_size = 16.0 config.window_padding = { |
