feat: moving package management into encrypted

This commit is contained in:
Matthew Ryan Dillon 2024-10-14 21:44:45 -04:00
parent 9e11acc2ca
commit 4b37136a70
5 changed files with 19 additions and 31 deletions

View file

@ -73,7 +73,7 @@ check_paths=(
# homebrew
/opt/homebrew/bin
{{ join .chezmoi.sourceDir "encrypted_work_paths.txt" | include | decrypt -}}
{{ join .chezmoi.sourceDir "encrypted_work_paths.age" | include | decrypt -}}
)
for fp in $check_paths; do