doc: Fix <> being detected as HTML

This commit is contained in:
punkfairie 2024-11-18 21:46:40 -08:00
parent 31b34df8d7
commit ea190b1a63
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -28,14 +28,14 @@ publicly released, therefore things are likely to break.
## 🐣 Outputs
- _homes:_ Home manager config
- _homes/<system>/marley@nyx:_ My main desktop. Currently running Arch Linux
- _homes/\<system>/marley@nyx:_ My main desktop. Currently running Arch Linux
but will be switched to NixOS once I've finished migrating my dotfiles.
- _modules:_ Most config is done here. The file structure is pretty
self-explanatory.
- _modules/{home,nixos,darwin}/base:_ Anything in a base folder directly under
a platform folder is always enabled and does not include a `<module>.enable`
option.
- _modules/{home,nixos,darwin}/<category>/base:_ These are not subject to the
- _modules/{home,nixos,darwin}/\<category>/base:_ These are not subject to the
above, they simply denote options that apply to the whole category.
- _packages_
- _packages/figlet-xero-fonts:_ Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).