From 5cac8db953fc7dc2beba6842987a70a8749fb608 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Sat, 15 Jun 2024 00:32:10 +0200 Subject: [PATCH] Smaller and bolder font in terminal --- moduler/common/kitty.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/moduler/common/kitty.nix b/moduler/common/kitty.nix index 2d094b6..2054190 100644 --- a/moduler/common/kitty.nix +++ b/moduler/common/kitty.nix @@ -3,10 +3,10 @@ programs.kitty = { enable = true; font = if myhostname == "laptop" then { - name = "FiraCode Nerd Font"; - size = 20; + name = "FiraCode Nerd Font Bold"; + size = 18; } else { - name = "FiraCode Nerd Font"; + name = "FiraCode Nerd Font Bold"; size = 16; }; shellIntegration = {