home-lab/modules/ai/aider-chat.nix
2025-06-21 13:19:22 +02:00

6 lines
134 B
Nix

# TODO install the latest version of Aider Chat
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
aider-chat-full
];
}