diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-22 12:32:44 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-22 12:32:44 -0800 |
| commit | c12625aa1ec2c290520a0717a2b0f48beb80b65c (patch) | |
| tree | 473e26041feca4254a4297ab1bd1c374c4dd8086 | |
| parent | add some python tools (diff) | |
| download | infra-c12625aa1ec2c290520a0717a2b0f48beb80b65c.tar.gz | |
will figure out ligature for wezterm later
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index adf7bcb..4114228 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -35,7 +35,6 @@ 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 |
