wip
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
aider-chat
|
||||
];
|
||||
|
||||
home.file.".aider.conf.yml".text = ''
|
||||
code-theme: one-dark
|
||||
auto-commits: false
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user