From fc026f3bb76ff3853815aefd6b3dfe7253931f33 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 11 Feb 2025 20:17:43 +0100 Subject: Dotfiles: Nvim: Use openai model for avante --- hosts/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/home.nix') diff --git a/hosts/home.nix b/hosts/home.nix index 2d29e38..3147041 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -111,6 +111,7 @@ home.sessionVariables = { LOCATION = "${location}"; + OPENAI_API_KEY = "${secrets.openai_api_key}"; }; services = { -- cgit 1.4.1