config.nix/modules/imports.nix

12 lines
74 B
Nix

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