From 00bf6048ba5b54e6a20a9bd4fd3ae97299edd283 Mon Sep 17 00:00:00 2001 From: chase Date: Wed, 28 May 2025 16:21:59 -0400 Subject: [PATCH] ncmpcpp config updates --- home/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = {