neovim-flake/modules/markdown/default.nix

10 lines
79 B
Nix

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