{ pkgs, inputs, system, ... }: { home.file.".config/matugen/config.toml" = { source = builtins.toPath ./custom/config.toml; }; }