From d13e24ef1180231e5add680ed76e428d6303aa0c Mon Sep 17 00:00:00 2001 From: Jet Date: Mon, 6 Apr 2026 10:00:57 -0700 Subject: [PATCH] fix: resolve opencode / zellij key conflicts --- home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home.nix b/home.nix index ad1fb0f..ea2944a 100644 --- a/home.nix +++ b/home.nix @@ -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 = "p"; + variant_cycle = "t"; + }; + }; + xdg.userDirs = { enable = true; setSessionVariables = true;