add(apps): video-to-transcription app
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
openai-whisper
|
||||
ffmpeg
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user