flake/programs/kitty.nix

12 lines
210 B
Nix
Raw Normal View History

2023-11-25 14:33:53 +01:00
{
hm.programs.kitty = {
enable = true;
font = {
name = "Iosevka Nerd Font";
size = 12;
};
shellIntegration.enableFishIntegration = true;
theme = "Catppuccin-Macchiato";
};
}