ncmpcpp config updates

This commit is contained in:
2025-05-28 16:21:59 -04:00
parent 3bf1ee4552
commit 00bf6048ba

View File

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