nixos-config/hosts/precision-5530/home/modules/hyprland/kitty.nix

14 lines
230 B
Nix

{
programs.kitty = {
enable = true;
themeFile = "Catppuccin-Mocha";
shellIntegration = {
enableFishIntegration = true;
};
font = {
name = "CaskaydiaCove Nerd Font";
size = 12;
};
};
}