FIX actually print stuff
This commit is contained in:
parent
a78418a3bd
commit
b0993ca4cb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue