Hello,
I used to have this with Alacritty, as it allowed users to specify a shell for the terminal, like this:
terminal = {
shell = {
args = [
"--login"
"-c"
"zellij"
];
program = "${pkgs.zsh}/bin/zsh";
};
};
I don’t want zellij to autostart automatically everywhere; thus, I don’t want the integration with my shell of choice, but I want it to autostart for any kitty terminal.