disabled zellij shell integration

it was annoying me
This commit is contained in:
Gabriella Bere 2025-06-22 18:58:26 +01:00
parent 3fb788426e
commit 1e03626a6e

View file

@ -2,7 +2,6 @@
{
programs.zellij = {
enable = true;
enableFishIntegration = true;
exitShellOnExit = true;
attachExistingSession = true;
};