1 Commits

Author SHA1 Message Date
kenji 5096670771 add(apps): video-to-transcription app 2026-01-20 09:46:33 -06:00
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
];
}