diff --git a/pkgs/ai.nix b/pkgs/ai.nix new file mode 100644 index 0000000..cd62ad0 --- /dev/null +++ b/pkgs/ai.nix @@ -0,0 +1,6 @@ +{ pkgs, config, ... }: +{ + environment.systemPackages = with pkgs; [ + ollama + ]; +}