neovim-flake/modules/git/default.nix

7 lines
61 B
Nix

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