home: update opencode and lazygit configs
This commit is contained in:
15
home/common/secrets.nix
Normal file
15
home/common/secrets.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
age.secrets = lib.listToAttrs (
|
||||
map
|
||||
(secret: {
|
||||
name = secret;
|
||||
value = {
|
||||
file = ../../secrets/${secret}.age;
|
||||
};
|
||||
})
|
||||
[
|
||||
"context7"
|
||||
]
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user