{
pkgs,
config,
...
}:
# media - control and enjoy audio/video
imports = [
./audio.nix
./image.nix
./webcam.nix
];
}