about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 06f1aaf..b2cebb6 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -114,6 +114,7 @@
   home.sessionVariables = {
     LOCATION = "${location}";
     OPENAI_API_KEY = "${secrets.openai_api_key}";
+    ANTHROPIC_API_KEY = "${secrets.anthropic_api_key}";
   };
 
   services = {