about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-02-11 20:17:43 +0100
committerBaitinq <[email protected]>2025-02-11 20:17:43 +0100
commitfc026f3bb76ff3853815aefd6b3dfe7253931f33 (patch)
treea8325f20d8b4656694022348ccd337d8585fbc30 /hosts
parentDotfiles: Ghostty: Add paste keybinds (diff)
downloadnixos-config-fc026f3bb76ff3853815aefd6b3dfe7253931f33.tar.gz
nixos-config-fc026f3bb76ff3853815aefd6b3dfe7253931f33.tar.bz2
nixos-config-fc026f3bb76ff3853815aefd6b3dfe7253931f33.zip
Dotfiles: Nvim: Use openai model for avante
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix1
1 files changed, 1 insertions, 0 deletions
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 = {