doc: Use ** instead of `
This commit is contained in:
parent
78181f65fe
commit
d8012b8ead
1 changed files with 7 additions and 7 deletions
14
readme.md
14
readme.md
|
@ -27,18 +27,18 @@ publicly released, therefore things are likely to break.
|
||||||
|
|
||||||
## 🐣 Outputs
|
## 🐣 Outputs
|
||||||
|
|
||||||
- `homes`: Home manager config
|
- **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.
|
but will be switched to NixOS once I've finished migrating my dotfiles.
|
||||||
- `modules`: Most config is done here. The file structure is pretty
|
- **modules**: Most config is done here. The file structure is pretty
|
||||||
self-explanatory.
|
self-explanatory.
|
||||||
- `modules/{home,nixos,darwin}/base`: Anything in a base folder directly under
|
- **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`
|
a platform folder is always enabled and does not include a `<module>.enable`
|
||||||
option.
|
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.
|
above, they simply denote options that apply to the whole category.
|
||||||
- `packages`
|
- _packages_
|
||||||
- `packages/figlet-xero-fonts`: Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).
|
- **packages/figlet-xero-fonts**: Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/).
|
||||||
|
|
||||||
## 🫶 Credits
|
## 🫶 Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue