diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-10 08:55:16 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-10 08:55:16 -0800 |
| commit | 0092b14a3f0dcc5859c4169344a214196892f5e6 (patch) | |
| tree | 2e71df54f9dd139383cd888fdd2d225731db5d8c /nix | |
| parent | switch to monaspace argon font for terminal (diff) | |
| download | infra-0092b14a3f0dcc5859c4169344a214196892f5e6.tar.gz | |
use ligature in wezterm
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index f9f7aef..887f66a 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -29,7 +29,10 @@ config.scrollback_lines = 10000 - config.font = wezterm.font("Monaspace Argon", { weight = "Light" }) + config.font = wezterm.font("Monaspace Neon", { + weight = "Light", + harfbuzz_features={ 'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08' }, + }) config.font_size = 16.0 config.window_padding = { |
