summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-29 14:43:01 -0600
committerChristian <[email protected]>2026-01-29 14:43:01 -0600
commit7b0f405706615b0c957083017245edf4731585bd (patch)
tree426ccd6965c97a5453ad0acb8575e1dde544fd05 /modules/home
parent25483a5b8960525447e3f81e86926508731c8fa6 (diff)
Smaller terminal font size
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/christian.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix
index b7bbe3d..8710d2f 100644
--- a/modules/home/christian.nix
+++ b/modules/home/christian.nix
@@ -10,6 +10,13 @@
})
];
+ programs.alacritty = {
+ enable = true;
+ settings = {
+ font.size = 8;
+ };
+ };
+
programs.bash.enable = true;
programs.git = {