nixos/modules/media/default.nix
2023-10-10 09:40:25 +04:00

7 lines
60 B
Nix

{
imports = [
./mpd
./ncmpcpp
./mopidy
];
}