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,6 +3,15 @@ _: {
custom.program.zed.home-config =
{ pkgs, ... }:
{
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.zed-editor = {
enable = true;
extensions = [
@ -151,10 +160,10 @@ _: {
"EDITOR" = "vim";
};
"font_size" = 12;
"font_family" = "Noto Sans Mono";
"font_family" = "Maple Mono NF";
"line_height" = "standard";
};
buffer_font_family = "JetBrains Mono";
buffer_font_family = "Maple Mono NF";
# "diagnostics_max_severity": "off",