nvf/modules/markdown/default.nix
2023-03-31 05:20:35 +03:00

10 lines
79 B
Nix

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