mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
docs(README): add some infos and a note regarding !1
This commit is contained in:
parent
e8f02cfd74
commit
278f52ea86
3 changed files with 23 additions and 4 deletions
|
|
@ -31,7 +31,12 @@
|
|||
projectRootFile = "flake.nix";
|
||||
programs = {
|
||||
alejandra.enable = true;
|
||||
mdformat.enable = true;
|
||||
mdformat = {
|
||||
enable = true;
|
||||
package = pkgs.mdformat.withPlugins (p: [
|
||||
p.mdformat-gfm-alerts
|
||||
]);
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue