fixup
This commit is contained in:
parent
7751c36e7c
commit
047e41747e
3 changed files with 6 additions and 25 deletions
5
home.nix
5
home.nix
|
|
@ -116,6 +116,11 @@
|
|||
OLLAMA_HOST = "127.0.0.1:11434";
|
||||
SCCACHE_DIR = "${config.home.homeDirectory}/.cache/sccache";
|
||||
SCCACHE_SERVER_UDS = "${config.home.homeDirectory}/.cache/sccache/server.sock";
|
||||
### openrouter fun
|
||||
OPENROUTER_API_KEY = config.age.secrets."openrouter-open" ;
|
||||
ANTHROPIC_BASE_URL = "https://openrouter.ai/api";
|
||||
ANTHROPIC_AUTH_TOKEN = ${config.home.sessionVariables.OPENROUTER_API_KEY};
|
||||
ANTHROPIC_API_KEY = "";
|
||||
};
|
||||
file = {
|
||||
".config/waybar/power_menu.xml".text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue