Verified: chezmoi apply --dry-run --verbose and metapac parsed the rendered configuration.
19 lines
213 B
TOML
19 lines
213 B
TOML
arch = {
|
|
packages = [
|
|
"age",
|
|
"sops",
|
|
"terraform",
|
|
"ansible",
|
|
"1password-cli",
|
|
]
|
|
}
|
|
|
|
brew = {
|
|
packages = [
|
|
"age",
|
|
"sops",
|
|
"terraform",
|
|
"ansible",
|
|
"1password-cli",
|
|
]
|
|
}
|