diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index fbfeba2..3f9ce01 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,7 @@ -{{- $email := promptString "email" -}} +{{- $graphical := promptString "graphical" -}} +{{- $root := promptString "root" -}} [data] - email = "{{ $email }}" + email = "iptq@protonmail.com" + graphical = {{ $graphical }} + root = {{ $root }}