nixos/modules/media/default.nix
2024-02-06 12:37:05 +04:00

7 lines
60 B
Nix

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