mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
16 lines
204 B
Nix
16 lines
204 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../software/beets
|
|
../software/whisper.nix
|
|
../software/aichat.nix
|
|
#../vds/docker.nix
|
|
#../services/tts.nix
|
|
#../server/open-webui.nix
|
|
];
|
|
}
|