neovim-flake/modules/markdown/default.nix

8 lines
75 B
Nix

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