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