8 lines
142 B
Nix
8 lines
142 B
Nix
{...}: {
|
|
zellij = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
exitShellOnExit = true;
|
|
attachExistingSession = true;
|
|
}
|
|
}
|