Apply all pending changes excluding .sops.yaml

This commit is contained in:
Don Harper 2026-05-05 14:20:58 -05:00
parent 7b04942bb2
commit 89929ac69a
20 changed files with 439 additions and 167 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"chat.tools.terminal.autoApprove": {
"nix": true,
"cp": true,
"mkdir": true,
"git add": true,
"git commit": true
}
}