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