neovim-flake/modules/git/default.nix

9 lines
65 B
Nix
Raw Normal View History

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