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