{ config, pkgs, lib, inputs, ... }: { # agenix client environment.systemPackages = [ inputs.agenix.packages."${system}".default ]; }