mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-10 16:45:57 +08:00
Restore skills
This commit is contained in:
parent
0537ef99b9
commit
11bde0d900
4 changed files with 18 additions and 13 deletions
|
|
@ -2,12 +2,15 @@
|
|||
{
|
||||
imports = [
|
||||
flake.inputs.oc.homeModules.default
|
||||
flake.inputs.nix-agent-wire.homeManagerModules.opencode
|
||||
flake.inputs.nix-agent-wire.homeModules.opencode
|
||||
];
|
||||
|
||||
programs.opencode = {
|
||||
package = flake.inputs.oc.packages.${pkgs.stdenv.hostPlatform.system}.opencode;
|
||||
autoWire.dir = flake.self.outPath + "/AI";
|
||||
autoWire.dirs = [
|
||||
flake.inputs.skills.outPath
|
||||
(flake.self.outPath + "/AI")
|
||||
];
|
||||
};
|
||||
|
||||
programs.zsh.initContent = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue