From ff0d811b0a7de2275aa3b55dc20da875cf16a83b Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 7 Feb 2024 09:37:17 +0800 Subject: [PATCH] docs/readme: update --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9274242..48d8f51 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,19 @@ It just works™ ## Structure +Any directory or file that is prefixed with an `_` (underscore) means that the +whole directory/file is unused in this repository. + ```  . -│ # Darwin configuration is not actively maintained and sometimes it might break. +│ # Darwin configuration is not actively maintained and sometimes it might +│ # break. ├── 󱂵 home ├──  darwin ├──  nixos │ ├──  modules │ └──  profiles -│ +│ ├──  hosts ├──  flake.nix ├──  flake.lock @@ -30,7 +34,8 @@ Please don't. `$ git clone https://github.com/Guanran928/flake.git` -2. Add your device's hardware configuration in `./flake.nix` and `./hosts/` +2. Add your device's hardware configuration in `./flake.nix` and + `./hosts/` 3. Install NixOS