fix: the secrets

This commit is contained in:
kenji
2025-12-27 19:29:51 -06:00
parent 32cf771c69
commit 08b78610f3
3 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
{config, ...}: {
environment.sessionVariables = {
EDITOR = "nvim";
VISUAL = "nvim";
AVANTE_GEMINI_API_KEY = config.sops.secrets.AVANTE_GEMINI_API_KEY.path;
};
}