From 43a9a237de1223deab33e4399a90fe195f35368e Mon Sep 17 00:00:00 2001 From: punkfairie Date: Mon, 18 Nov 2024 21:38:57 -0800 Subject: [PATCH] doc: Use _ instead of ** --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index ead0d86..b5162ce 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/figlet-xero-fonts_: Adding in [xero's custom fonts](https://github.com/xero/figlet-fonts/). ## 🫶 Credits