Forgot to remove agenix
-setup variables, oops.
This commit is contained in:
parent
0a45e4bd8b
commit
4af0755097
1 changed files with 5 additions and 4 deletions
|
@ -4,13 +4,14 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nano";
|
EDITOR = "nano";
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT = "1";
|
DOTNET_CLI_TELEMETRY_OPTOUT = "1";
|
||||||
OPENAI_API_KEY = "\$(cat ${config.age.secrets."openai".path})";
|
# OPENAI_API_KEY = "\$(cat ${config.age.secrets."openai".path})";
|
||||||
CURSEFORGE_API_KEY = "\$(cat ${config.age.secrets."cursed".path})";
|
# CURSEFORGE_API_KEY = "\$(cat ${config.age.secrets."cursed".path})";
|
||||||
ITCHIO_API_KEY = "\$(cat ${config.age.secrets."itchy".path})";
|
# ITCHIO_API_KEY = "\$(cat ${config.age.secrets."itchy".path})";
|
||||||
ELIXIRE_API_KEY = "\$(cat ${config.age.secrets."elixire".path})";
|
# ELIXIRE_API_KEY = "\$(cat ${config.age.secrets."elixire".path})";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionPath = [
|
home.sessionPath = [
|
||||||
|
|
Loading…
Reference in a new issue