diff --git a/users/profiles/kitty.nix b/users/profiles/kitty.nix index 4057bfd..cd33672 100644 --- a/users/profiles/kitty.nix +++ b/users/profiles/kitty.nix @@ -4,7 +4,7 @@ font = { package = (pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }); name = "DejaVuSansMono"; - size = 10; + size = 12; }; }; }