feat: ollama test

This commit is contained in:
Nick 2025-02-17 16:29:19 -06:00
parent 534d22fd8d
commit cc77a50fc1
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
ngrrram
;
};
}