9 lines
154 B
Nix
9 lines
154 B
Nix
{ ... }:
|
|
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
exitShellOnExit = true;
|
|
attachExistingSession = true;
|
|
};
|
|
}
|