{ config, ... }: { age = { identityPaths = [ "${config.home.homeDirectory}/.ssh/agenix" ]; secretsDir = "${config.home.homeDirectory}/.local/share/agenix"; secrets = { llm = { file = ../../../secrets/users/fcuny/llm.age; path = "${config.home.homeDirectory}/.config/llm/keys.json"; }; anthropic-api-key = { file = ../../../secrets/users/fcuny/anthropic-api-key.age; }; }; }; }