mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
treewide: Fix all Nix ASTs in all markdown files
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
This commit is contained in:
parent
bc77c7a973
commit
fcc95ff817
150 changed files with 2896 additions and 2087 deletions
|
@ -13,5 +13,7 @@ palette provides a searchable list of of all menu items in the application.
|
|||
To enable Plotinus, add the following to your
|
||||
{file}`configuration.nix`:
|
||||
```nix
|
||||
programs.plotinus.enable = true;
|
||||
{
|
||||
programs.plotinus.enable = true;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue