diff --git a/home/home.nix b/home/home.nix index a257cb4..e7daae7 100644 --- a/home/home.nix +++ b/home/home.nix @@ -194,6 +194,9 @@ in { key = "k"; command = "scroll_up"; } { key = "l"; command = "next_column"; } ]; + settings = { + media_library_primary_tag = "album_artist"; + }; }; programs.obs-studio.enable = true; @@ -233,6 +236,7 @@ in name "Pipewire Output" } ''; + musicDirectory = "/mnt/share/media/music"; }; services.mpd-mpris = {