diff --git a/configurations/home-manager/leyla/vscode/default.nix b/configurations/home-manager/leyla/vscode/default.nix index f6cbac7..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"; @@ -57,9 +60,7 @@ in { }; }) (lib.mkIf osConfig.services.ollama.enable { - "twinny.fileContextEnabled" = true; - "twinny.enableLogging" = false; - "twinny.completionCacheEnabled" = true; + "continue.telemetryEnabled" = false; # builtins.elemAt osConfig.services.ollama.loadModels 0; })