diff --git a/home.nix b/home.nix index ad1fb0f..67783a9 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 = "ctrl+x p"; + variant_cycle = "ctrl+x t"; + }; + }; + xdg.userDirs = { enable = true; setSessionVariables = true;