Smaller and bolder font in terminal

This commit is contained in:
FredzyW 2024-06-15 00:32:10 +02:00
parent 2b4325c312
commit 5cac8db953

View file

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