docs/readme: update

This commit is contained in:
Guanran Wang 2024-02-07 09:37:17 +08:00
parent f9d21a1483
commit ff0d811b0a
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -4,15 +4,19 @@ It just works™
## Structure ## 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 ├── 󱂵 home
├──  darwin ├──  darwin
├──  nixos ├──  nixos
│ ├──  modules │ ├──  modules
│ └──  profiles │ └──  profiles
├──  hosts ├──  hosts
├──  flake.nix ├──  flake.nix
├──  flake.lock ├──  flake.lock
@ -30,7 +34,8 @@ Please don't.
`$ git clone https://github.com/Guanran928/flake.git` `$ git clone https://github.com/Guanran928/flake.git`
2. Add your device's hardware configuration in `./flake.nix` and `./hosts/<hostname>` 2. Add your device's hardware configuration in `./flake.nix` and
`./hosts/<hostname>`
3. Install NixOS 3. Install NixOS