nix-darwin/modules/aspects/git.nix

7 lines
79 B
Nix

{...}: {
repo.homeModules.git = {
imports = [
./_git
];
};
}