diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-08-21 10:28:17 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-08-21 10:28:17 -0400 |
commit | acb2a3b1fec392787dea7692335cbd3d51c92a03 (patch) | |
tree | fde2f59bbabe431220b051e22e1a7f6a8b5a475b | |
parent | PrivateTmp=yes prevents systemd services from accessing SSH agent, drop it (diff) |
enable missing plugin for beets
-rw-r--r-- | dot_config/beets/config.yaml.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/beets/config.yaml.tmpl b/dot_config/beets/config.yaml.tmpl index 2f5db53..a7f13a9 100644 --- a/dot_config/beets/config.yaml.tmpl +++ b/dot_config/beets/config.yaml.tmpl @@ -10,6 +10,7 @@ plugins: - smartplaylist - playlist - mpdupdate + - missing import: incremental: true |