diff --git a/moduler/common/kitty.nix b/moduler/common/kitty.nix index e16ec38..2ae5eb3 100644 --- a/moduler/common/kitty.nix +++ b/moduler/common/kitty.nix @@ -2,7 +2,7 @@ { programs.kitty = { enable = true; - font = if myhostname == "nix-desktop" then { + font = if myhostname == "desktop" then { name = "FiraCode Nerd Font"; size = 18; } else {