/ users / vincent / dev / ai.nix
ai.nix
 1  { pkgs, ... }:
 2  
 3  {
 4    home.packages = with pkgs; [
 5      aichat
 6      aider-chat
 7      goose-cli
 8      ollama
 9      oterm
10      python312Packages.google-generativeai
11      python313Packages.google-generativeai
12      repomix
13    ];
14  }