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
+1 -1
View File
@@ -13,10 +13,10 @@
../modules/home/theme.nix
../modules/home/gaming.nix
inputs.walker.homeManagerModules.default
inputs.sops-nix.homeManagerModules.sops
];
home.sessionVariables = {
AVANTE_GEMINI_API_KEY = config.sops.secrets.AVANTE_GEMINI_API_KEY.path;
};
home.stateVersion = "25.05";