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 = {