9 lines
107 B
Nix
9 lines
107 B
Nix
{ config, pkgs, inputs, ... }:
|
|
{
|
|
imports = [
|
|
./ollama.nix
|
|
./open-webui.nix
|
|
./sillytavern.nix
|
|
];
|
|
}
|