diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-01-03 09:33:07 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-01-03 09:33:07 -0800 |
| commit | f2d51e9cfcb37dc59a1ba4d71ff4fec2020b4cd9 (patch) | |
| tree | b9fffbfa5dd5b79dbb0b760339b31331aee12538 /nix | |
| parent | replace iterm2 with alacritty (diff) | |
| download | infra-f2d51e9cfcb37dc59a1ba4d71ff4fec2020b4cd9.tar.gz | |
slightly larger font for alacritty
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index ca55c13..b0277f2 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -43,7 +43,7 @@ in env.TERM = "xterm-256color"; font = { normal.family = "Source Code Pro"; - size = 15.0; + size = 16.0; }; }; }; |
