-
-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Description
It's common for AI plugins to require an API token present in environment variables. While nixvim allows setting env vars, currently it can't be directly integrated with tools like sops-nix (which don't let nix code access to actual secret values, only paths to files containing actual secrets or templates).
Would be great to have something like this:
envSecrets = {
FOO = sops.secrets.foo.path;
}
Metadata
Metadata
Assignees
Labels
No labels