neovim-flake/modules/git/default.nix

7 lines
54 B
Nix

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