diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-08 15:40:32 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-08 15:40:32 +0200 |
| commit | 03c634a642fce32849a8115df3fa7be7f12ad4e1 (patch) | |
| tree | 7e4d02bb9eb09661879c22923e1571ed7219fe24 /modules | |
| parent | fix(home/beets): Try out settings, in the hope to improve genres (diff) | |
| download | nixos-config-03c634a642fce32849a8115df3fa7be7f12ad4e1.zip | |
feat(home/beets): Enable the `incremental` option
Diffstat (limited to '')
| -rw-r--r-- | modules/home/conf/beets/default.nix | 3 |
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"; |
