view dot_config/python_keyring/keyringrc.cfg.tmpl @ 1097:226a6d4a1f30 draft

feat: enable inlay hints
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 19 May 2025 15:14:18 +0200
parents b5a2fd26f4d4
children
line wrap: on
line source

{{ if eq .chezmoi.os "linux" -}}
[backend]
{{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
default-keyring=keyring.backends.SecretService.Keyring
{{ else -}}
default-keyring=keyrings.cryptfile.cryptfile.CryptFileKeyring
{{- end }}
{{- end }}