mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
f5c6d40c89
lix frozen-removed, rovr frozen-removed
17 lines
208 B
Nix
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
|
|
];
|
|
}
|