diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-17 13:32:13 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-17 13:32:13 +0100 |
commit | d592ee191e8aedc84c670e6d818fcf97c0bd7a92 (patch) | |
tree | b2bd8413332cd1567b9ae954835a7a4c930de730 /data | |
parent | Fixed build scripts for use with the mercurial repository (diff) | |
download | smolbote-d592ee191e8aedc84c670e6d818fcf97c0bd7a92.tar.xz |
Configuration creates missing items based on defaults
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/poi.cfg b/data/poi.cfg index 26a4c34..557cda5 100644 --- a/data/poi.cfg +++ b/data/poi.cfg @@ -46,6 +46,11 @@ filter = { path = "~/.config/smolbote/hosts.d"; }; +// Plugin settings +plugins = { + path = "~/.config/smolbote/plugins.d"; +}; + // Profile settings profile = { path = "~/.config/smolbote/Profiles"; |