neovim-flake/modules/markdown/default.nix

13 lines
104 B
Nix

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