chore(config): update git-commit skill and configuration

This commit is contained in:
2026-02-06 08:20:56 -05:00
parent 933cac59d0
commit bdd1f50a48
3 changed files with 133 additions and 9 deletions

View File

@@ -24,13 +24,9 @@ in
];
# Define Pi Configuration
sops = {
secrets.context7_apikey = {
sopsFile = lib.snowfall.fs.get-file "secrets/common/evanreichard.yaml";
};
templates."pi.json" = {
path = "${config.home.homeDirectory}/.pi/agent/models.json";
content = builtins.toJSON {
home.file = {
".pi/agent/models.json" = {
text = builtins.toJSON {
providers = {
"llama-swap" = {
baseUrl = "https://llm-api.va.reichard.io/v1";
@@ -41,6 +37,10 @@ in
};
};
};
".pi/agent/skills" = {
source = ./config/skills;
recursive = true;
};
};
};
}