12 lines
227 B
Nix
12 lines
227 B
Nix
{...}: {
|
|
programs = {
|
|
kitty = {
|
|
enable = true;
|
|
enableGitIntegration = true;
|
|
|
|
shellIntegration = {
|
|
enableFishIntegration = true;
|
|
};
|
|
};
|
|
};
|
|
}
|