From d9d49cdd7005f6eb0af14d106d422f857e1feb45 Mon Sep 17 00:00:00 2001
From: Benedikt Peetz <benedikt.peetz@b-peetz.de>
Date: Thu, 8 Aug 2024 19:09:48 +0200
Subject: fix(home/beets): Disable incremental mode

This is sort-of bugged (or at least it does not work how I would expect
it to do).
---
 modules/home/conf/beets/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'modules/home/conf/beets')

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;
-- 
cgit 1.4.1