adding ai packages

This commit is contained in:
Chris Cochrun 2024-02-15 11:06:31 -06:00
parent c28c98d552
commit d60e1165fc

6
pkgs/ai.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
ollama
];
}