14 lines
137 B
Nix
14 lines
137 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}:
|
|
# media - control and enjoy audio/video
|
|
{
|
|
imports = [
|
|
./audio.nix
|
|
./image.nix
|
|
];
|
|
|
|
}
|