From d239274f0c87d474b911cea652c07e517a9036a5 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 31 Jul 2023 10:51:47 +0300 Subject: [PATCH] home: change wezterm font-size --- nixos/hosts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/default.nix b/nixos/hosts/default.nix index f396f2d..6e018dd 100644 --- a/nixos/hosts/default.nix +++ b/nixos/hosts/default.nix @@ -20,7 +20,7 @@ in extraHomeModule = { ... }: { local.polybar.wifiDevice = "wlp11s0f3u2"; # local.alacritty.fontSize = 8.0; - local.wezterm.fontSize = 11.0; + local.wezterm.fontSize = 12.0; }; }; @@ -38,7 +38,7 @@ in extraHomeModule = { ... }: { local.polybar.wifiDevice = "wlp2s0"; # local.alacritty.fontSize = 6.0; - local.wezterm.fontSize = 9.0; + local.wezterm.fontSize = 10.0; }; };