diff options
Diffstat (limited to 'modules/home')
-rw-r--r-- | modules/home/conf/beets/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 87c4de8b..06a673e3 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -27,7 +27,7 @@ detail = true; # Don't try to import already imported directories - incremental = true; + incremental = false; # Write the metadata to the files write = true; |