added aider-chat for testing
This commit is contained in:
parent
12fb56f35b
commit
dd1f20d08d
4 changed files with 74 additions and 16 deletions
6
modules/ai/aider-chat.nix
Normal file
6
modules/ai/aider-chat.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
# TODO install the latest version of Aider Chat
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
aider-chat-full
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue