fix: resolve opencode / zellij key conflicts

This commit is contained in:
Jet 2026-04-06 10:00:57 -07:00
parent 040793a8c3
commit d13e24ef11
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 = "<leader>p";
variant_cycle = "<leader>t";
};
};
xdg.userDirs = {
enable = true;
setSessionVariables = true;