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
];
}
+1
View File
@@ -6,6 +6,7 @@
{
imports = [
../software/beets
../software/whisper.nix
#../server/open-webui.nix
];
}