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

7 lines
58 B
Nix
Raw Normal View History

2024-06-25 17:16:49 +02:00
_: {
imports = [
./lazy.nix
./config.nix
];
}