0a30138c69
This allows `systemctl --user restart mpd.socket` to work properly.
7 lines
222 B
Nix
7 lines
222 B
Nix
{
|
|
mpd-basic-configuration = ./basic-configuration.nix;
|
|
mpd-before-state-version-22_11 = ./before-state-version-22_11.nix;
|
|
mpd-start-when-needed = ./start-when-needed.nix;
|
|
mpd-xdg-music-dir = ./xdg-music-dir.nix;
|
|
}
|