add: enc
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
@@ -14,5 +15,9 @@
|
||||
inputs.walker.homeManagerModules.default
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
AVANTE_GEMINI_API_KEY = config.sops.secrets.AVANTE_GEMINI_API_KEY.path;
|
||||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user