Disable zellij zsh integration

This commit is contained in:
Torjus Håkestad 2024-07-05 14:10:36 +02:00
parent d331ae4e92
commit 8d089f0234

View File

@ -1,7 +1,7 @@
{ ... }: { { ... }: {
programs.zellij = { programs.zellij = {
enable = true; enable = true;
enableZshIntegration = true; # enableZshIntegration = true;
settings = { }; settings = { };
}; };
} }