From 4eb5af38e3b10586b9bf1d348180a3531749634b Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 7 Jan 2024 23:33:12 +0800 Subject: [PATCH] docs: misc --- home/base/README.md | 2 +- home/darwin/README.md | 1 + nixos-installer/README.ai.md | 4 ++-- nixos-installer/README.shoukei.md | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/base/README.md b/home/base/README.md index c5fbfc1b..d132c6fb 100644 --- a/home/base/README.md +++ b/home/base/README.md @@ -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 diff --git a/home/darwin/README.md b/home/darwin/README.md index 116e1749..fc3d4098 100644 --- a/home/darwin/README.md +++ b/home/darwin/README.md @@ -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. diff --git a/nixos-installer/README.ai.md b/nixos-installer/README.ai.md index f203c7db..44577739 100644 --- a/nixos-installer/README.ai.md +++ b/nixos-installer/README.ai.md @@ -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) diff --git a/nixos-installer/README.shoukei.md b/nixos-installer/README.shoukei.md index 7da3954b..4d8caa2c 100755 --- a/nixos-installer/README.shoukei.md +++ b/nixos-installer/README.shoukei.md @@ -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)