This commit is contained in:
2025-08-14 12:34:15 +03:00
parent dad44d8f19
commit 884fb0ce97
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
config,
lib,
pkgs,
xlib,
...
}:
{
environment.systemPackages = [
pkgs.openai-whisper
];
}