7 lines
112 B
Nix
7 lines
112 B
Nix
{...}: {
|
|
programs.kitty.enable = true;
|
|
|
|
programs.kitty = {
|
|
shellIntegration.enableZshIntegration
|
|
};
|
|
}
|