Auto-commit: 2026-01-07 13:21:32

This commit is contained in:
2026-01-07 13:21:32 +00:00
parent c107f00dd9
commit 28c9d241b7

View File

@@ -1,9 +1,6 @@
{ pkgs, nixosConfig, lib, ... }: { { pkgs, nixosConfig, lib, ... }: {
programs.kitty = lib.mkIf nixosConfig.my.desktop.enable { programs.kitty = lib.mkIf nixosConfig.my.desktop.enable {
enable = true; enable = true;
# Upstream test failures resolved; use default kitty package (>= 0.44).
package = pkgs.kitty;
settings = { settings = {
font_family = "Maple Mono NF"; font_family = "Maple Mono NF";
font_size = 11; font_size = 11;