about summary refs log tree commit diff stats
path: root/modules/home/conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf')
-rw-r--r--modules/home/conf/beets/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index 86ca8593..46884800 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -23,6 +23,9 @@
         move = false;
         link = true;
 
+        # Don't try to import already imported directories
+        incremental = true;
+
         # Write the metadata to the files
         write = true;
         log = "beetslog.txt";