feat(agent-skills): wire skills flake for global agent skills
Add the skills flake as an input and a module that imports its home-manager module into every host via home-manager.sharedModules, exposing programs.agents.skills. The global skill selection lives in modules/agent-skills.nix and is empty for now; per-skill granularity comes from the flake's own listOf-package option, and the placement self-gates on the agent harness being enabled.
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Personal agent skills, packaged as per-skill derivations with a
|
||||
# home-manager module that places them under Claude Code's skills directory.
|
||||
skills = {
|
||||
url = "git+https://git.alexion.dev/alexion/skills";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# CachyOS kernel and binary cache. Pins its own nixpkgs so its cache stays
|
||||
# usable and the kernel is fetched from it.
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
|
||||
Reference in New Issue
Block a user