{pkgs, ...}: { home.packages = with pkgs; [ matugen ]; home.file.".config/matugen/config.toml" = { source = ./config.toml; }; }