From f1a666cb184ea875d84b9ad12d712d1a6d340647 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Mon, 15 Apr 2024 18:00:01 +0200 Subject: [PATCH] Fixed hostname thingy --- moduler/common/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {