From 9679949c78dd81c6810e45c558c91105dc395122 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 9 Aug 2024 13:27:34 +0200 Subject: fix(home/beets): Move the files This gives beets the full control over the files and thus improves the general handling. --- modules/home/conf/beets/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/home/conf/beets/default.nix') 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; -- cgit 1.4.1