mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 05:09:44 +01:00
0a30138c69
This allows `systemctl --user restart mpd.socket` to work properly.
6 lines
222 B
Nix
6 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;
|
|
}
|