feat add kimi claude code wrapper

This commit is contained in:
Rasyidan Akbar F. 2026-02-03 15:21:56 +07:00
commit 7d96a3aca9
6 changed files with 78 additions and 3 deletions

View file

@ -74,6 +74,11 @@ in
generateKey = true;
};
# Ensure the LaunchAgent on macOS can find `getconf` (needed by
# sops-install-secrets to resolve DARWIN_USER_TEMP_DIR).
# Without this, age.plugins produces an empty PATH.
environment.PATH = lib.mkForce "/usr/bin";
secrets = lib.mapAttrs sanitizeSecret cfg.secrets;
}
// (lib.optionalAttrs (cfg.defaultSopsFile != null) {