{
inputs,
system,
...
}: {
home.packages = [
inputs.iamb.packages.${system}.default
];
xdg.configFile."iamb/config.toml" = {
source = ./config.toml;
};
}