about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-09 13:27:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-09 13:27:34 +0200
commit9679949c78dd81c6810e45c558c91105dc395122 (patch)
tree55a5cf3328acd5720d261b2759ef74f5f874a38b /modules/home/conf/beets/default.nix
parentfix(home/beets): Disable incremental mode (diff)
downloadnixos-config-9679949c78dd81c6810e45c558c91105dc395122.tar.gz
nixos-config-9679949c78dd81c6810e45c558c91105dc395122.zip
fix(home/beets): Move the files
This gives beets the full control over the files and thus improves the
general handling.
Diffstat (limited to 'modules/home/conf/beets/default.nix')
-rw-r--r--modules/home/conf/beets/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index 06a673e3..8f4d6ae5 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -18,10 +18,10 @@
         color = true;
       };
       import = {
-        # link, instead of copying or moving the files
+        # move, instead of copying or linking the files
         copy = false;
-        move = false;
-        link = true;
+        move = true;
+        link = false;
 
         # Show more detail, when beet needs to ask for something
         detail = true;