diff options
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r-- | .chezmoi.toml.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index a72f05f..d14b190 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -27,3 +27,13 @@ [data.gnome] buttonLayout = {{ promptString "GNOME WM button layout" "close,appmenu:" | quote }} {{- end }} + +[data.nano] + config = "dot_config/nano/alen.json" + default_version = "7.2" + include_paths = [ + "/opt/homebrew/share/nano", + "/opt/homebrew/share/nano/extra", + "/usr/share/nano", + "/usr/share/nano/extra", + ] |