From 59b184cc2c00eb9df4993cd17042ccef3b73bdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Fri, 21 Nov 2025 10:17:59 +0100 Subject: [PATCH] before flake update --- modules/optionnals/ai.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/optionnals/ai.nix b/modules/optionnals/ai.nix index 96fb65e..56f7da3 100644 --- a/modules/optionnals/ai.nix +++ b/modules/optionnals/ai.nix @@ -43,8 +43,5 @@ variables = { OLLAMA_API_BASE = "http://localhost:11434"; }; - shellAliases = { - aider = "aider --config ~/.config/aider/.aider.conf.yml"; - }; }; }