mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
kitty: use smaller font
This commit is contained in:
parent
bd141836d4
commit
cf5bdbd43e
2 changed files with 6 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue