nixconf/home-manager/zellij.nix
Gabriella Bere f482d6f06b added nixfmt-tree as formatter
also ran it, which is why so many files were modified
2025-06-03 16:10:04 +01:00

9 lines
154 B
Nix

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