chore(config): update git-commit skill and configuration
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user