Fixed res for work computer

This commit is contained in:
FredzyW 2024-05-21 10:22:45 +02:00
parent 98fccc618b
commit 6689253d15

View file

@ -2,17 +2,14 @@
{
programs.kitty = {
enable = true;
font = if myhostname == "desktop" then {
font = if myhostname == "laptop" then {
name = "FiraCode Nerd Font";
size = 18;
size = 24;
} else {
name = "FiraCode Nerd Font";
# size = 18;
size = 24;
# size = 30;
size = 18;
};
shellIntegration = {
# enableZshIntegration = true;
mode = "no-cursor";
};
theme = "Catppuccin-Macchiato";