nixconf/home-manager/zellij.nix
2025-05-06 01:51:12 +01:00

6 lines
117 B
Nix

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