13 lines
204 B
Nix
13 lines
204 B
Nix
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
themeFile = "./kittyThemes/mocha";
|
|
shellIntegration = {
|
|
enableFishIntegration = true;
|
|
};
|
|
font = {
|
|
name = "CaskaydiaCove Nerd Font";
|
|
};
|
|
};
|
|
}
|