kitty: use smaller font

This commit is contained in:
Primrose 2025-05-08 11:17:46 +02:00
parent bd141836d4
commit cf5bdbd43e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 6 additions and 5 deletions

View file

@ -14,10 +14,8 @@ in {
];
programs.kitty = lib.mkIf cfg.enable {
font = {
name = "family=\"Altiosevka NFM\"";
size = 13;
};
font.name = "family=\"Altiosevka NFM\"";
settings = {
# Make text thicker
text_composition_strategy = lib.mkIf pkgs.stdenv.isLinux "2.8 0";