9 lines
109 B
Nix
9 lines
109 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./kdenlive.nix
|
|
./video-player.nix
|
|
./zoom.nix
|
|
];
|
|
}
|