diff --git a/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl b/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl index 9290dd7c..8c841709 100644 --- a/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl +++ b/home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl @@ -4,7 +4,7 @@ {{ includeTemplate "universal/profile" }} {{ includeTemplate "universal/logg" }} -{{- $removePackages := splitList " " .removeLinuxPackages }} +{{- $removePackages := join " " .removeLinuxPackages }} ### Remove bloatware packages defined in .chezmoidata.yaml for PKG in {{ $removePackages }}; do diff --git a/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl index d1e2eff0..f9a796d9 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_85-remove-shortcuts.tmpl @@ -1,7 +1,7 @@ {{- if eq .host.distro.family "linux" -}} #!/usr/bin/env bash -{{ $removeShortcuts := splitList " " .removeLinuxShortcuts }} +{{ $removeShortcuts := join " " .removeLinuxShortcuts }} # shortcuts to remove: {{ $removeShortcuts }} ### Remove unnecessary desktop shortcuts