aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/ai.nix
blob: 46158381c0c231d8873f4ca060dd357b82ae9d5d (plain)
1
2
3
4
5
6
7
8
{pkgs, ...}: {
  services.ollama.enable = true;
  # environment.systemPackages = [pkgs.mcphost];

  hjem.users."collin".files.".config/fish/conf.d/ollama.fish".text = ''
    set -gx OLLAMA_NOHISTORY 1
  '';
}