all repos — nixfiles @ 0741f0290ee5e7082ff421921583ff9ad8ec6f1e

System and user configuration, managed by nix and home-manager

reformat all nix code

Alan Pearce
commit

0741f0290ee5e7082ff421921583ff9ad8ec6f1e

parent

83d9e0536997ccea2dde49e63d0f0f458f56ee61

1 file changed, 23 insertions(+), 19 deletions(-)

changed files
M user/settings/aider.nixuser/settings/aider.nix
@@ -1,8 +1,10 @@
-{ config -, lib -, pkgs -, ... -}: { +{ + config, + lib, + pkgs, + ... +}: +{ home.packages = with pkgs; [ (aider-chat.withOptional { withPlaywright = true; }) ];
@@ -12,20 +14,22 @@ let
yaml = pkgs.formats.yaml { }; in { - source = (yaml.generate "aider.conf.yml" { - alias = [ - "general:ollama_chat/gemma3:27b" - "editor:openrouter/openai/gpt-4o-mini" - ]; - model = "editor"; - editor-model = "editor"; - light-mode = true; - gitignore = false; - check-update = false; - attribute-author = false; - attribute-committer = false; - analytics-disable = true; - }); + source = ( + yaml.generate "aider.conf.yml" { + alias = [ + "general:ollama_chat/gemma3:27b" + "editor:openrouter/openai/gpt-4o-mini" + ]; + model = "editor"; + editor-model = "editor"; + light-mode = true; + gitignore = false; + check-update = false; + attribute-author = false; + attribute-committer = false; + analytics-disable = true; + } + ); }; programs.git.ignores = [