This commit is contained in:
kenji
2025-12-27 18:54:39 -06:00
parent 16b7b342d1
commit 32cf771c69
2 changed files with 29 additions and 23 deletions
+5
View File
@@ -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";
}