docs(README): add some infos and a note regarding !1

This commit is contained in:
technofab 2024-10-07 13:26:03 +02:00
parent e8f02cfd74
commit 278f52ea86
3 changed files with 23 additions and 4 deletions

View file

@ -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
]);
};
};
};