nixos configs
1{
2 "$schema": "https://opencode.ai/tui.json",
3
4 "theme": "system",
5
6 //"scroll_speed": 1, // Anything higher is impossible to use with a touchpad
7 "scroll_acceleration": {
8 "enabled": true,
9 },
10
11 "keybinds": {
12 "agent_cycle_reverse": "none",
13 "model_cycle_favorite": "shift+tab",
14 "tool_details": "none",
15 },
16}