aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/beets
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/beets')
-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;