kitty: font

This commit is contained in:
mir 2024-04-12 08:30:37 -08:00
parent 3b49a109dd
commit 1cc1ee3e36

View File

@ -70,7 +70,11 @@ with lib.hm.gvariant;
MOZ_USE_XINPUT2 = "1"; MOZ_USE_XINPUT2 = "1";
}; };
programs.kitty = { programs.kitty = {
# format from https://johns.codes/blog/organizing-system-configs-with-nixos
enable = true; enable = true;
settings = {
font_family = "MesloLGS NF";
};
}; };
# environment.systemPackages = with pkgs; [ # environment.systemPackages = with pkgs; [
# (python3.withPackages( # (python3.withPackages(