fix: the secrets
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
{config, ...}: {
|
||||
environment.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
AVANTE_GEMINI_API_KEY = config.sops.secrets.AVANTE_GEMINI_API_KEY.path;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user