neovim-flake/modules/git/default.nix
2023-04-02 19:16:04 +03:00

8 lines
65 B
Nix

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