FIX actually print stuff

This commit is contained in:
Nathan Dwarshuis 2022-08-04 15:26:51 -04:00
parent a78418a3bd
commit b0993ca4cb
1 changed files with 2 additions and 0 deletions

View File

@ -51,3 +51,5 @@ pkgs+=(xcape)
mapfile -t emacs < <("$conf_dir/xmonad/scripts/runtime_pkgs") mapfile -t emacs < <("$conf_dir/xmonad/scripts/runtime_pkgs")
pkgs=("${pkgs[@]}" "${emacs[@]}") pkgs=("${pkgs[@]}" "${emacs[@]}")
{{- end }} {{- end }}
echo "${pkgs[@]}" | tr ' ' '\n' | sort | uniq