nixfiles/home/services/mpd/default.nix

9 lines
81 B
Nix

{ ... }:
{
imports = [
./mpd.nix
./beets.nix
./ncmpcpp.nix
];
}