Update .chezmoi.toml
This commit is contained in:
parent
171d4c5136
commit
0b6a9e767c
1 changed files with 4 additions and 1 deletions
|
@ -19,9 +19,12 @@ args = ["--batch", "--passphrase", {{ $passphrase | quote }}, "--no-symkey-cache
|
|||
[data]
|
||||
{{ if lookPath "get-gpg-key" -}}
|
||||
gpgKey = {{ output "get-gpg-key" | trim | quote }}
|
||||
{{- end }}
|
||||
{{ end -}}
|
||||
passphrase = {{ $passphrase | quote }}
|
||||
osid = {{ $osid | quote }}
|
||||
{{ if eq .chezmoi.hostname "marleycentre" -}}
|
||||
isServer = true
|
||||
{{ end -}}
|
||||
|
||||
[data.drapeau]
|
||||
colorscheme = 'catppuccin-macchiato'
|
||||
|
|
Loading…
Reference in a new issue