add(apps): video-to-transcription app

This commit is contained in:
kenji
2026-01-20 09:46:33 -06:00
parent 8a7b475562
commit 5096670771
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
openai-whisper
ffmpeg
];
}
+1
View File
@@ -10,5 +10,6 @@
../../apps/jellyfin-mpv-shim
../../apps/nextcloud
../../apps/ttyper
../../apps/transcription
];
}