From fd2b4eaee778f9982d465a382dbd7a06170f3ac0 Mon Sep 17 00:00:00 2001 From: yuanwang Date: Mon, 18 Nov 2024 13:37:27 -0600 Subject: [PATCH] enable aider for work machine --- hosts/wk01174.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/wk01174.nix b/hosts/wk01174.nix index d810b294..28fe198a 100644 --- a/hosts/wk01174.nix +++ b/hosts/wk01174.nix @@ -64,6 +64,7 @@ editors.emacs = { enable = true; enableService = true; + enableAider = true; # enableCopilot = true; lspStyle = "lsp-bridge"; };