reformat all nix code
1 file changed, 23 insertions(+), 19 deletions(-)
changed files
M user/settings/aider.nix → user/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 = [