diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..9e953a4 --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,2 @@ +[keepassxc] +database = "{{ .chezmoi.homeDir }}/.chezmoi.kdbx" diff --git a/home/private_dot_config/chezmoi/chezmoi.toml b/home/private_dot_config/chezmoi/chezmoi.toml deleted file mode 100644 index dc8228b..0000000 --- a/home/private_dot_config/chezmoi/chezmoi.toml +++ /dev/null @@ -1,2 +0,0 @@ -[keepassxc] -database = "~/.chezmoi.kdbx"