adding ai packages
This commit is contained in:
parent
c28c98d552
commit
d60e1165fc
6
pkgs/ai.nix
Normal file
6
pkgs/ai.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
ollama
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue