Make terminal font size device-specific

This commit is contained in:
2022-02-04 18:02:00 +00:00
parent 7e6ed65c3a
commit 0611c526d9
3 changed files with 2 additions and 1 deletions

View File

@@ -12,4 +12,5 @@
]; ];
programs.alacritty.settings.font.size = 13; programs.alacritty.settings.font.size = 13;
programs.kitty.font.size = 22;
} }

View File

@@ -13,4 +13,5 @@
}; };
programs.alacritty.settings.font.size = 10; programs.alacritty.settings.font.size = 10;
programs.kitty.font.size = 19;
} }

View File

@@ -6,7 +6,6 @@
font = { font = {
package = pkgs.iosevka; package = pkgs.iosevka;
name = "Iosevka Nerd Font Complete"; name = "Iosevka Nerd Font Complete";
size = 22;
}; };
settings = { settings = {
"cursor_shape" = "underline"; "cursor_shape" = "underline";