kitty font

This commit is contained in:
Noa Aarts 2025-03-25 02:25:29 +01:00
parent e243e98065
commit 85be037f86
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -1,6 +1,7 @@
{ {
lib, lib,
config, config,
pkgs,
... ...
}: }:
let let
@ -23,6 +24,10 @@ in
enableZshIntegration = true; enableZshIntegration = true;
enableBashIntegration = true; enableBashIntegration = true;
}; };
font = {
name = "Maple Mono NF";
package = pkgs.maple-mono.NF;
};
}; };
}; };
} }