nixfiles/hosts/raspberry/services/music-friend/local-mpd.nix
ChaotiCryptidz 184afea0ee idfk
2022-01-29 18:06:26 +00:00

5 lines
111 B
Nix

{ tree, ... }: {
# TODO: move this to its own profile
imports = with tree; [ hosts.lappy.profiles.mpd ];
}