nixconf/home-manager/zellij.nix
2025-05-06 01:53:54 +01:00

8 lines
142 B
Nix

{...}: {
zellij = {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
}
}