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

8 lines
75 B
Nix

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