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