this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

more opencode

-4
-4
home/profiles/opencode/default.nix
··· 114 114 "opencode/themes".source = ./themes; 115 115 "opencode/agents".source = ./agents; 116 116 "opencode/commands".source = ./commands; 117 - <<<<<<< HEAD 118 - "opencode/skills".source = ./skills; 119 - ======= 120 117 121 118 # Local skills 122 119 "opencode/skills/tmux".source = ./skills/tmux; ··· 131 128 # Plugins: combined derivation with correct layout for OpenCode's 132 129 # plugin loader (only entry points at top level) 133 130 "opencode/plugins".source = opencode-plugins; 134 - >>>>>>> 64f30fc4d82e01dc9b381096bb4cc8cd5498c6c4 135 131 }; 136 132 137 133 home.file = lib.mkIf isBox {