tfc-nixos/pkgs/ai.nix
2024-02-15 11:06:31 -06:00

7 lines
87 B
Nix

{ pkgs, config, ... }:
{
environment.systemPackages = with pkgs; [
ollama
];
}