11 lines
194 B
Nix
11 lines
194 B
Nix
|
|
# Media profile aggregator — OBS, FFmpeg, yt-dlp, Kdenlive, and HandBrake.
|
||
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./obs.nix
|
||
|
|
./ffmpeg.nix
|
||
|
|
./yt-dlp.nix
|
||
|
|
./kdenlive.nix
|
||
|
|
./handbrake.nix
|
||
|
|
];
|
||
|
|
}
|