From 03c634a642fce32849a8115df3fa7be7f12ad4e1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 15:40:32 +0200 Subject: feat(home/beets): Enable the `incremental` option --- modules/home/conf/beets/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home') 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"; -- cgit 1.4.1