Add scriptto create conference video on Kdenlive

This commit is contained in:
Yorick Barbanneau 2023-09-23 00:14:36 +02:00
parent d376bcfd1c
commit 4e852db2e2
2 changed files with 80 additions and 0 deletions

View file

@ -31,8 +31,11 @@ xkb_symbols "us-intl-winmax" {
home.packages = with pkgs; [
kdenlive
inkscape
];
home.file.".local/bin/create_conf".source = ./files/create_conf;
imports = [
../qutebrowser
];