Auto-commit: 2026-01-07 13:21:32
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user