mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-14 14:13:29 +00:00
feat(languages: move markdown and tidal to languages module)
This commit is contained in:
parent
ba463a3bdf
commit
fdca3b1e7e
17 changed files with 56 additions and 111 deletions
6
modules/languages/markdown/default.nix
Normal file
6
modules/languages/markdown/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./markdown.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue