home: update opencode and lazygit configs

This commit is contained in:
Joakim Repomaa
2026-02-20 15:32:50 +02:00
parent 07f3668d5e
commit 2e53fe0931
4 changed files with 171 additions and 53 deletions
+15
View File
@@ -0,0 +1,15 @@
{ lib, ... }:
{
age.secrets = lib.listToAttrs (
map
(secret: {
name = secret;
value = {
file = ../../secrets/${secret}.age;
};
})
[
"context7"
]
);
}