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