diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index ccb5c357..29245b89 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -20,7 +20,7 @@ {{- $tabbyConfigId := "" -}} {{- $tabbySyncToken := "" -}} {{- $timezone := "" -}} -{{- $toolchains := list "docker" "iac" "java" "kubernetes" "node" "python" "rust" "extra" -}} +{{- $toolchains := list "docker" "iac" "java" "kubernetes" "node" "python" "rust" "extra" "gpg" -}} {{- $data := . }} {{- $_ := set $data "host" (default (dict) (get $data "host")) -}}