neovim-flake/modules/git/default.nix

12 lines
90 B
Nix

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