Files
nixos/packages/matugen/home.nix
T
2025-07-08 23:44:13 -05:00

11 lines
145 B
Nix

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