Update .config/packages/arch-packages.fish
This commit is contained in:
parent
3721ff5e43
commit
bca2de695f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if ! test "{{ .chezmoi.hostname }}" = "$file"
|
||||||
yay -S --needed - <~/.config/packages/arch
|
yay -S --needed - <~/.config/packages/arch
|
||||||
|
|
||||||
{{ range .packages.arch -}}
|
{{ range .packages.arch -}}
|
||||||
{{ if eq .chezmoi.hostname . -}}
|
{{ if eq .chezmoi.hostname (. | quote ) -}}
|
||||||
{{ range . -}}
|
{{ range . -}}
|
||||||
yay -S --needed - <{{ . }}
|
yay -S --needed - <{{ . }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in a new issue