docs: misc

This commit is contained in:
Ryan Yin
2024-01-07 23:33:12 +08:00
parent e629ece0eb
commit 4eb5af38e3
4 changed files with 5 additions and 4 deletions

View File

@@ -2,5 +2,5 @@
1. `server`: Configuration which is suitable for both servers and desktops.
1. `desktop`: Configuration for desktop environments, such as Hyprland, I3, etc.
1. `base.nix`: Common configuration for both servers and desktops.
1. `core.nix`: Minimal home-manager's config

View File

@@ -1,6 +1,7 @@
# Home Manager's Darwin Submodules
1. `core.nix`: some basic configuration.
2. `shell.nix`: shell related.
3. `rime-squirrel.nix`: [rime-squirrel](https://github.com/rime/squirrel)'s configuration.
4. `default.nix`: the entrypoint of darwin's configuration, it import all the submodules above.