about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 15:40:32 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 15:40:32 +0200
commit03c634a642fce32849a8115df3fa7be7f12ad4e1 (patch)
tree7e4d02bb9eb09661879c22923e1571ed7219fe24 /modules
parentfix(home/beets): Try out settings, in the hope to improve genres (diff)
downloadnixos-config-03c634a642fce32849a8115df3fa7be7f12ad4e1.tar.gz
nixos-config-03c634a642fce32849a8115df3fa7be7f12ad4e1.zip
feat(home/beets): Enable the `incremental` option
Diffstat (limited to 'modules')
-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";