neovim-flake/modules/markdown/default.nix

10 lines
79 B
Nix
Raw Normal View History

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