diff options
| author | Franck Cuny <fcuny@roblox.com> | 2026-01-07 12:44:39 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2026-01-07 14:16:55 -0800 |
| commit | cfc09c325426fe5ef451209500a045525ec89b5c (patch) | |
| tree | 8907e2d78cbbefc7694f2a87ab01b8e750166475 /home/programs/aider.nix | |
| parent | don't use 1password ssh agent (diff) | |
| download | infra-cfc09c325426fe5ef451209500a045525ec89b5c.tar.gz | |
fix the path for aider's configuration
Diffstat (limited to '')
| -rw-r--r-- | home/programs/aider.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/aider.nix b/home/programs/aider.nix index 4c52742..f1c38e5 100644 --- a/home/programs/aider.nix +++ b/home/programs/aider.nix @@ -8,7 +8,7 @@ ignores = [ ".aider*" ]; }; - xdg.configFile."aider/config.yml".text = pkgs.lib.generators.toYAML { } { + home.file.".aider.conf.yml".text = pkgs.lib.generators.toYAML { } { model = "anthropic/claude-sonnet-4-5"; weak-model = "anthropic/claude-3-5-haiku"; attribute-author = false; |
