From 9ed54ac3b980848a142165ad5dd8c4af92923e1e Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 12 May 2026 20:19:34 -0500 Subject: Claude --- modules/home/llm.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/home/llm.nix (limited to 'modules/home/llm.nix') diff --git a/modules/home/llm.nix b/modules/home/llm.nix new file mode 100644 index 0000000..c303430 --- /dev/null +++ b/modules/home/llm.nix @@ -0,0 +1,17 @@ +{ + config, + pkgs, + inputs, + ... +}: +{ + programs.vscode = { + profiles.default.extensions = with pkgs.vscode-extensions; [ + continue.continue + ]; + + profiles.default.userSettings = { + "continue.proxy" = "http://localhost:11434"; + }; + }; +} -- cgit v1.2.3