From 1cc1ee3e3615ceed0485cc83a8fad39895fa9e23 Mon Sep 17 00:00:00 2001 From: mir Date: Fri, 12 Apr 2024 08:30:37 -0800 Subject: [PATCH] kitty: font --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 874bcf7..84f16eb 100644 --- a/home.nix +++ b/home.nix @@ -70,7 +70,11 @@ with lib.hm.gvariant; MOZ_USE_XINPUT2 = "1"; }; programs.kitty = { + # format from https://johns.codes/blog/organizing-system-configs-with-nixos enable = true; + settings = { + font_family = "MesloLGS NF"; + }; }; # environment.systemPackages = with pkgs; [ # (python3.withPackages(