Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl
This commit is contained in:
parent
9570fe5a77
commit
d9c004040c
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ data:
|
||||||
host:
|
host:
|
||||||
arch: "{{ .chezmoi.arch }}"
|
arch: "{{ .chezmoi.arch }}"
|
||||||
distro:
|
distro:
|
||||||
family: "{{ chezmoi.os }}"
|
family: "{{ .chezmoi.os }}"
|
||||||
id: "{{ get .chezmoi.osRelease "id" | default .chezmoi.os }}"
|
id: "{{ get .chezmoi.osRelease "id" | default .chezmoi.os }}"
|
||||||
home: "{{ .chezmoi.homeDir }}"
|
home: "{{ .chezmoi.homeDir }}"
|
||||||
type: "{{ $chassisType }}"
|
type: "{{ $chassisType }}"
|
||||||
|
|
Loading…
Reference in a new issue