Files

11 lines
194 B
Nix
Raw Permalink Normal View History

2026-05-02 09:08:40 +02:00
# Media profile aggregator — OBS, FFmpeg, yt-dlp, Kdenlive, and HandBrake.
{...}: {
imports = [
./obs.nix
./ffmpeg.nix
./yt-dlp.nix
./kdenlive.nix
./handbrake.nix
];
}