feat(opencode): install kepano/obsidian-skills into ~/.agents/skills
Add obsidian-skills as a flake input (flake = false) and map each skill subdirectory into ~/.agents/skills/<skill>, alongside the existing local skills. Updates flow through `nix flake update obsidian-skills`.
This commit is contained in:
parent
b0fc627d0a
commit
a29301179b
3 changed files with 43 additions and 4 deletions
|
|
@ -75,6 +75,11 @@
|
|||
|
||||
wyoming-whisper-rs.url = "git+https://git.hoyer.xyz/harald/wyoming-whisper-rs.git?submodules=1";
|
||||
wyoming-whisper-rs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
obsidian-skills = {
|
||||
url = "github:kepano/obsidian-skills";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue