aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-01-03 09:33:07 -0800
committerFranck Cuny <franck@fcuny.net>2025-01-03 09:33:07 -0800
commitf2d51e9cfcb37dc59a1ba4d71ff4fec2020b4cd9 (patch)
treeb9fffbfa5dd5b79dbb0b760339b31331aee12538 /nix
parentreplace iterm2 with alacritty (diff)
downloadinfra-f2d51e9cfcb37dc59a1ba4d71ff4fec2020b4cd9.tar.gz
slightly larger font for alacritty
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/shell.nix2
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;
};
};
};