neovim-flake/modules/wrapper/lazy/default.nix

7 lines
58 B
Nix

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