repo: Turn mail account files into templates

Since we have extracted changes into private repository, change the files
containing them into templates so they do not get overwritten by branch
changes.
This commit is contained in:
Marty Oehme 2023-12-12 16:32:00 +01:00
parent ca7d43ba51
commit 747e9bc2f5
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ pass = "~"
[office.files]
"office/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
"office/.config/glow/email.json" = { target = "~/.config/glow/email.json", type = "symbolic" }
"office/.config/isync/mbsyncrc" = { target = "~/.config/isync/mbsyncrc", type = "template" }
"office/.config/msmtp/config" = { target = "~/.config/msmtp/config", type = "template" }
"office/.config/neomutt/account" = { target = "~/.config/neomutt/account", type = "template" }
"office/.config/neomutt/profile.gmail" = { target = "~/.config/neomutt/profile.gmail", type = "template" }
"office/.config/neomutt/profile.private" = { target = "~/.config/neomutt/profile.private", type = "template" }
office = "~"
[services.files]