summaryrefslogtreecommitdiff
path: root/home/ebisu/shared/utility/ai.nix
blob: 37b4e4d9d91e31535484ff5820b403c3b100f37b (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    ollama-cuda
    shell-gpt
  ];
}