From 063dd3b580b79879c788d759227ee7c452bc98c0 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 4 Feb 2026 03:39:59 +0530 Subject: [PATCH] feat(terminal): adjust font sizes --- modules/home/alacritty/default.nix | 2 +- modules/home/ghostty/default.nix | 2 +- modules/home/wezterm/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/alacritty/default.nix b/modules/home/alacritty/default.nix index db99fa5..6abbbfe 100755 --- a/modules/home/alacritty/default.nix +++ b/modules/home/alacritty/default.nix @@ -8,7 +8,7 @@ bold.family = "JetBrainsMono Nerd Font"; italic.family = "JetBrainsMono Nerd Font"; bold_italic.family = "JetBrainsMono Nerd Font"; - size = 16; + size = 12; }; window = { diff --git a/modules/home/ghostty/default.nix b/modules/home/ghostty/default.nix index 43fe0eb..d7e0b87 100644 --- a/modules/home/ghostty/default.nix +++ b/modules/home/ghostty/default.nix @@ -7,7 +7,7 @@ window-padding-x = 10 window-padding-y = 10 background-opacity = 0.9 - font-size = 14 + font-size = 12 palette = 0=#252b37 palette = 1=#d0679d diff --git a/modules/home/wezterm/default.nix b/modules/home/wezterm/default.nix index c2bb13a..e681030 100644 --- a/modules/home/wezterm/default.nix +++ b/modules/home/wezterm/default.nix @@ -19,7 +19,7 @@ config.font = wezterm.font_with_fallback { 'JetBrainsMono Nerd Font', } - config.font_size = 14.0 + config.font_size = 12.0 config.window_background_opacity = 1 config.audible_bell = "Disabled"