about summary refs log tree commit diff stats
path: root/modules/home/conf
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 19:09:48 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 19:09:48 +0200
commitd9d49cdd7005f6eb0af14d106d422f857e1feb45 (patch)
tree7f917a3127f095963b7a64e640c0d5e607fd9165 /modules/home/conf
parentfeat(home/beets): Show more detail (diff)
downloadnixos-config-d9d49cdd7005f6eb0af14d106d422f857e1feb45.tar.gz
nixos-config-d9d49cdd7005f6eb0af14d106d422f857e1feb45.zip
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).
Diffstat (limited to 'modules/home/conf')
-rw-r--r--modules/home/conf/beets/default.nix2
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;