polish: minor changes

This commit is contained in:
Ryan Yin 2023-07-26 11:28:39 +08:00
parent 67026ff174
commit 7160a3488f
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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).

View File

@ -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 <https://nixos.org/download.html>.
> 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.

View File

@ -14,4 +14,4 @@ NixOS 的安装步骤很简单,这里不多介绍,仅列一下我觉得比
1. <https://mirrors.ustc.edu.cn/help/nix-channels.html>
2. <https://mirrors.tuna.tsinghua.edu.cn/help/nix/>
> 如果你使用的是 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.