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.

View File

@@ -249,8 +249,8 @@ chown -R ryan:ryan ~/nix-config
cd ~/nix-config
# deploy the configuration
make hypr
# deploy the configuration via Justfile
just hypr
```
Finally, to enable secure boot, follow the instructions in [lanzaboote - Quick Start](https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md) and [nix-config/ai/secure-boot.nix](https://github.com/ryan4yin/nix-config/blob/main/hosts/idols/ai/secureboot.nix)

View File

@@ -234,7 +234,7 @@ chown -R ryan:ryan ~/nix-config
cd ~/nix-config
# deploy the configuration
make s-hypr
just s-hypr
```
Finally, to enable secure boot, follow the instructions in [lanzaboote - Quick Start](https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md) and [nix-config/ai/secure-boot.nix](https://github.com/ryan4yin/nix-config/blob/main/hosts/idols/ai/secureboot.nix)