From cfc09c325426fe5ef451209500a045525ec89b5c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 7 Jan 2026 12:44:39 -0800 Subject: fix the path for aider's configuration --- home/programs/aider.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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; -- cgit v1.2.3