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 = { programs.kitty = {
enable = true; enable = true;
font = if myhostname == "laptop" then { font = if myhostname == "laptop" then {
name = "FiraCode Nerd Font"; name = "FiraCode Nerd Font Bold";
size = 20; size = 18;
} else { } else {
name = "FiraCode Nerd Font"; name = "FiraCode Nerd Font Bold";
size = 16; size = 16;
}; };
shellIntegration = { shellIntegration = {