neovim-flake/modules/plugins/git/default.nix

7 lines
54 B
Nix
Raw Normal View History

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