Skip to content

Instantly share code, notes, and snippets.

@HeitorAugustoLN
Created February 10, 2026 20:59
Show Gist options
  • Select an option

  • Save HeitorAugustoLN/583e27a0ccbf6563b014993ee62e8296 to your computer and use it in GitHub Desktop.

Select an option

Save HeitorAugustoLN/583e27a0ccbf6563b014993ee62e8296 to your computer and use it in GitHub Desktop.
kdenlive overlay gnome and ai plugins
(pkgs.kdePackages.kdenlive.overrideAttrs (oldAttrs: {
qtWrapperArgs = oldAttrs.qtWrapperArgs ++ [
"--prefix PATH : ${
lib.makeBinPath [
(pkgs.python3.withPackages (
ps: with ps; [
opencv4
requests
numpy
openai-whisper
torch
srt
sam2
]
))
]
}"
"--suffix XDG_DATA_DIRS : ${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}"
];
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment