refactor(markdown): glow gets its own directory

This commit is contained in:
NotAShelf 2023-02-06 00:57:21 +03:00
commit 61d497e9ce
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 1 additions and 2 deletions

View file

@ -1,14 +0,0 @@
{
pkgs,
config,
lib,
...
}:
with lib; {
config = {
vim.markdown = {
enable = mkDefault false;
glow.enable = mkDefault false;
};
};
}