Update .config/packages/arch-packages.fish

This commit is contained in:
punkfairie 2024-06-20 17:44:59 -07:00
parent 3721ff5e43
commit bca2de695f
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -27,7 +27,7 @@ if ! test "{{ .chezmoi.hostname }}" = "$file"
yay -S --needed - <~/.config/packages/arch
{{ range .packages.arch -}}
{{ if eq .chezmoi.hostname . -}}
{{ if eq .chezmoi.hostname (. | quote ) -}}
{{ range . -}}
yay -S --needed - <{{ . }}
{{ end -}}