nvf/modules/markdown/default.nix
2023-04-02 19:16:04 +03:00

10 lines
79 B
Nix

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