added the actual zellij option

idk how i missed that
This commit is contained in:
Gabriella Bere 2025-05-06 01:53:54 +01:00
parent 816129a506
commit 61239c0f2b

View file

@ -1,6 +1,8 @@
{...}: {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
zellij = {
enable = true;
enableZshIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
}
}