{ config, pkgs, ... }:
{
home.sessionVariables = {
ZELLIJ_AUTO_EXIT = "true";
};
programs.zellij= {
enable = true;
enableZshIntegration = true;
}