From 705554dd16794f84b702f41cbb2e340417c08522 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 23 May 2025 20:33:08 -0500 Subject: [PATCH] added TODO notes --- configurations/home-manager/leyla/vscode/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configurations/home-manager/leyla/vscode/default.nix b/configurations/home-manager/leyla/vscode/default.nix index 5db972c..e123149 100644 --- a/configurations/home-manager/leyla/vscode/default.nix +++ b/configurations/home-manager/leyla/vscode/default.nix @@ -14,6 +14,9 @@ in { ]; }; + # TODO: when ai-tooling is enabled configure ~/.continue/config.yaml to use remote hosted on defiant + # TODO: when ai-tooling is enabled configure ~/.continue/config.yaml to use use better models hosted on defiant + programs = { bash.shellAliases = { code = "codium";