flake/programs/kitty.nix
2023-11-25 14:33:53 +01:00

11 lines
210 B
Nix

{
hm.programs.kitty = {
enable = true;
font = {
name = "Iosevka Nerd Font";
size = 12;
};
shellIntegration.enableFishIntegration = true;
theme = "Catppuccin-Macchiato";
};
}