update
Some checks failed
/ lint (push) Failing after 27s

This commit is contained in:
Jana Dönszelmann 2026-01-29 17:19:50 +01:00
parent 84644d3675
commit 86ccae0d05
No known key found for this signature in database
11 changed files with 139 additions and 76 deletions

View file

@ -3,10 +3,19 @@ _: {
custom.program.kitty.home-config =
{ pkgs, flakes, ... }:
{
home.packages = with pkgs; [
# Maple Mono (Ligature TTF unhinted)
custom.maple-mono.truetype
# Maple Mono NF (Ligature unhinted)
custom.maple-mono.NF-unhinted
# Maple Mono NF CN (Ligature unhinted)
custom.maple-mono.NF-CN-unhinted
];
programs.kitty = {
enable = true;
font = {
name = "Jetbrains Mono";
name = "Maple Mono NF";
size = 13.0;
package = pkgs.jetbrains-mono;
};