nixos/modules/media/default.nix

7 lines
47 B
Nix
Raw Normal View History

2023-07-09 02:37:18 +04:00
{
imports = [
./mpd
./ncmpcpp
];
}