diff --git a/README.md b/README.md index 666417e..bf8a7d7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ An unofficial and opinionated NixOS & Flakes :book: for beginners: https://nixos 中文版: https://nixos-and-flakes.thiscute.world/zh/introduction/ -> If you're using macOS, [ryan4yin/nix-darwin-kickstart](https://github.com/ryan4yin/nix-darwin-kickstart) may be a good starting point for you, -> you can learn how to use Nix with this book and take nix-darwin-kickstart as a start point to build your own Nix configuration. +> If you're using macOS, [ryan4yin/nix-darwin-kickstarter](https://github.com/ryan4yin/nix-darwin-kickstarter) may be a good starting point for you, +> you can learn how to use Nix with this book and take nix-darwin-kickstarter as a start point to build your own Nix configuration. ## Feedback and Discussion diff --git a/docs/introduction/index.md b/docs/introduction/index.md index 9fd13c2..e2b8fd9 100644 --- a/docs/introduction/index.md +++ b/docs/introduction/index.md @@ -2,7 +2,7 @@ # Introduction to Nix & NixOS -Nix is a declarative package manager that enables users to specify the desired system state in configuration files, and it takes responsibility for achieving that state. +Nix is a declarative package manager that enables users to declare the desired system state in configuration files(declarative configuration), and it takes responsibility for achieving that state. > In simple terms, "declarative configuration" means that users only need to declare the desired outcome. For instance, if you declare that you want to replace the i3 window manager with sway, Nix will assist you in achieving that goal. You don't have to worry about the underlying details, such as which packages sway requires for installation, which i3-related packages need to be uninstalled, or the necessary adjustments to system configuration and environment variables for sway. Nix automatically handles these details for the user (provided that the Nix packages related to sway and i3 are properly designed). diff --git a/docs/introduction/installation.md b/docs/introduction/installation.md index fb37348..ba44340 100644 --- a/docs/introduction/installation.md +++ b/docs/introduction/installation.md @@ -9,5 +9,5 @@ This book primarily focuses on the usage of NixOS and Flakes. Therefore, we will The installation process of NixOS is straightforward, but we won't delve into the specifics here. For more information, please visit the official download site at . -> If you're using macOS, [ryan4yin/nix-darwin-kickstart](https://github.com/ryan4yin/nix-darwin-kickstart) may be a good starting point for you, -> you can learn how to use Nix with this book and take nix-darwin-kickstart as a start point to build your own Nix configuration. +> If you're using macOS, [ryan4yin/nix-darwin-kickstarter](https://github.com/ryan4yin/nix-darwin-kickstarter) may be a good starting point for you, +> you can learn how to use Nix with this book and take nix-darwin-kickstarter as a start point to build your own Nix configuration. diff --git a/docs/zh/introduction/installation.md b/docs/zh/introduction/installation.md index 949787a..cb7e53a 100644 --- a/docs/zh/introduction/installation.md +++ b/docs/zh/introduction/installation.md @@ -14,4 +14,4 @@ NixOS 的安装步骤很简单,这里不多介绍,仅列一下我觉得比 1. 2. -> 如果你使用的是 MacOS,可以通过 [ryan4yin/nix-darwin-kickstart](https://github.com/ryan4yin/nix-darwin-kickstart) 结合本书的内容来学习使用 Nix. +> 如果你使用的是 MacOS,可以通过 [ryan4yin/nix-darwin-kickstarter](https://github.com/ryan4yin/nix-darwin-kickstart) 结合本书的内容来学习使用 Nix.