Files
nixos/modules/wsl/default.nix
T
oqyude f5c6d40c89 systemd-mounts...
lix frozen-removed, rovr frozen-removed
2026-04-10 14:07:07 +03:00

17 lines
208 B
Nix

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