neovim-flake/modules/markdown/default.nix

11 lines
70 B
Nix

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