fix: resolve opencode / zellij key conflicts

This commit is contained in:
Jet 2026-04-06 10:00:57 -07:00
parent 040793a8c3
commit 5508a55f21
No known key found for this signature in database

View file

@ -858,6 +858,15 @@ in
};
};
home.file.".config/opencode/tui.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/tui.json";
keybinds = {
leader = "ctrl+x";
command_list = "ctrl+x p";
variant_cycle = "ctrl+x t";
};
};
xdg.userDirs = {
enable = true;
setSessionVariables = true;