6 lines
117 B
Nix
6 lines
117 B
Nix
{...}: {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
exitShellOnExit = true;
|
|
attachExistingSession = true;
|
|
}
|