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;