summary refs log tree commit diff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-23 21:44:49 +0400
committerAlen <alen@dotfiles.xyz>2023-09-23 21:44:49 +0400
commit9c2aab641b33bcf6cc034406b87cc283e13a660d (patch)
tree3d946b066a3d732062e0659c0490a27ec271aeaa /.chezmoi.toml.tmpl
parent433eefbf83325aa12ea8411979766d1dc65a742d (diff)
Add basic nano config
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r--.chezmoi.toml.tmpl10
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",
+    ]