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