infrastructure/config/users/kat/services/mpd/default.nix
2021-08-18 03:20:46 +01:00

9 lines
81 B
Nix

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