Update .local/share/chezmoi/home/.chezmoi.yaml.tmpl
This commit is contained in:
parent
ad7307d3f0
commit
9ea3ad5537
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ data:
|
|||
home: "{{ .chezmoi.homeDir }}"
|
||||
homeParentFolder: "{{ if eq .chezmoi.os "linux" }}/home{{ else if eq .chezmoi.os "darwin" }}/Users{{ else }}C:\Users{{ end }}"
|
||||
qubes: {{ ne (stat (joinPath "usr" "bin" "qubes-session")) false }}
|
||||
softwareGroup: "standard"
|
||||
softwareGroup: "{{ $softwareGroup }}"
|
||||
type: "{{ $chassisType }}"
|
||||
work: {{ $work }}
|
||||
restricted: {{ $restricted }}
|
||||
|
|
Loading…
Reference in a new issue