From e0a36f605e1d1a576a3c113d3d72967d2e14ff91 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 13:36:15 +0200 Subject: fix(home/beets): Use the `beets` subdir in the music directory This makes storing the raw data in the same directory possible. --- modules/home/conf/beets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- cgit 1.4.1