14 lines
217 B
Nix
14 lines
217 B
Nix
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
themeFile = "Catppuccin-Mocha";
|
|
shellIntegration = {
|
|
enableFishIntegration = true;
|
|
};
|
|
font = {
|
|
name = "CaskaydiaCove Nerd Font";
|
|
size = 12;
|
|
};
|
|
};
|
|
}
|