Compare commits

..

2 commits

Author SHA1 Message Date
78d3d6cb66 dropping zk for marksman 2025-04-07 11:10:18 -04:00
4fe9b63d42 bug: typo in work encrypted name 2025-04-07 11:02:47 -04:00

View file

@ -46,5 +46,5 @@ brew install \
mingw-w64 \ mingw-w64 \
pandoc pandoc
{{ else if eq .hosttype "work" -}} {{ else if eq .hosttype "work" -}}
{{ join .chezmoi.sourceDir "encrypted_work_packages.age" | include | decrypt -}} {{ join .chezmoi.sourceDir "encrypted_dot_work_packages.age" | include | decrypt -}}
{{ end }} {{ end }}