nvf/modules/wrapper/lazy/default.nix
2024-08-18 15:07:52 +02:00

7 lines
58 B
Nix

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