From d8012b8ead8b1a113968df8d0a079e5071bf7f8f Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 18 Nov 2024 21:38:07 -0800 Subject: [PATCH] doc: Use ** instead of ` --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 508e6af..ead0d86 100644 --- a/readme.md +++ b/readme.md @@ -27,18 +27,18 @@ publicly released, therefore things are likely to break. ## 🐣 Outputs -- `homes`: Home manager config - - `homes//marley@nyx`: My main desktop. Currently running Arch Linux +- **homes**: Home manager config + - **homes//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 +- **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 + - **modules/{home,nixos,darwin}/base**: Anything in a base folder directly under a platform folder is always enabled and does not include a `.enable` option. - - `modules/{home,nixos,darwin}//base`: These are not subject to the + - **modules/{home,nixos,darwin}//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/). +- _packages_ + - **packages/figlet-xero-fonts**: Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/). ## 🫶 Credits