1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 01:09:49 +01:00
neovim-flake/modules/git/default.nix

11 lines
90 B
Nix

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