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 = { programs.kitty = {
enable = true; enable = true;
font = if myhostname == "desktop" then { font = if myhostname == "laptop" then {
name = "FiraCode Nerd Font"; name = "FiraCode Nerd Font";
size = 18; size = 24;
} else { } else {
name = "FiraCode Nerd Font"; name = "FiraCode Nerd Font";
# size = 18; size = 18;
size = 24;
# size = 30;
}; };
shellIntegration = { shellIntegration = {
# enableZshIntegration = true;
mode = "no-cursor"; mode = "no-cursor";
}; };
theme = "Catppuccin-Macchiato"; theme = "Catppuccin-Macchiato";