kitty font changes.

This commit is contained in:
Gabe Venberg 2025-08-05 10:04:13 +02:00
parent e0b78f921f
commit e01197e8f8

View file

@ -4,12 +4,16 @@
lib,
...
}: {
home.packages = with pkgs; [
fira-code
# monocraft
# miracode
nerd-fonts.symbols-only
];
programs.kitty = {
enable = true;
font = {
package = pkgs.nerd-fonts.fira-code;
name = "FiraCode Nerd Font";
};
font.name = "FiraCode";
themeFile = "gruvbox-dark";
settings = {
background_opacity = "0.8";