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

6 lines
47 B
Nix

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