10 lines
145 B
Nix
10 lines
145 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
matugen
|
|
];
|
|
|
|
home.file.".config/matugen/config.toml" = {
|
|
source = ./config.toml;
|
|
};
|
|
}
|