Files
nixos/modules/wsl/default.nix
T
2026-08-05 11:57:07 +03:00

18 lines
215 B
Nix

{
inputs,
lib,
pkgs,
...
}:
{
imports = [
../software/beets
../software/whisper.nix
./containers
./nix-serve.nix
# ./tools
#../server/open-webui.nix
#../services/tts.nix
];
}