nixos-config/home/modules/kitty.nix

13 lines
203 B
Nix

{
programs.kitty = {
enable = true;
themeFile = "./kittyThemes/mocha";
shellIntegration = {
enableFishIntegration = true;
};
font = {
name = "CaskaydiaCove Nerd Font"
};
};
}