nixconf/home-manager/zellij.nix
2025-06-22 18:58:26 +01:00

8 lines
121 B
Nix

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