aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 4348257d..d1dd52b9 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -13,7 +13,7 @@
settings = {
library = "${config.xdg.dataHome}/beets/library.db";
art_filename = "cover";
- directory = config.xdg.userDirs.music;
+ directory = "${config.xdg.userDirs.music}/beets";
ui = {
color = true;
};