mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
622fa73725
Allow configuration of mpdstats and mpdupdate plugins for Beets using Home Manager. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
5 lines
129 B
Nix
5 lines
129 B
Nix
{
|
|
beets-mpdstats = ./mpdstats.nix;
|
|
beets-mpdstats-external = ./mpdstats-external.nix;
|
|
beets-mpdupdate = ./mpdupdate.nix;
|
|
}
|