nvf/modules/git/default.nix
2023-03-31 05:20:35 +03:00

9 lines
65 B
Nix

{
...
}: {
imports = [
./config.nix
./git.nix
];
}