mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
10 lines
152 B
Nix
10 lines
152 B
Nix
{
|
|
config,
|
|
flake,
|
|
mkOizysModule,
|
|
...
|
|
}:
|
|
|
|
mkOizysModule config "llm" {
|
|
environment.systemPackages = [ (flake.pkgs "self").llm-with-plugins ];
|
|
}
|