From ac45b2e7aab4810c4938810b74942cffeb130a12 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 19 Jul 2023 09:47:27 +0800 Subject: [PATCH] feat: minor updates --- docs/introduction/index.md | 2 +- docs/zh/introduction/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/index.md b/docs/introduction/index.md index 0b0ba14..9fd13c2 100644 --- a/docs/introduction/index.md +++ b/docs/introduction/index.md @@ -26,6 +26,6 @@ That's when I decided to switch to NixOS. To my delight, NixOS has exceeded my expectations. The most astonishing aspect is that I can now restore my entire i3 environment and all my commonly used packages on a fresh NixOS host with just one command `sudo nixos-rebuild switch --flake .`. It's truly fantastic! -The rollback capability of NixOS has instilled a great deal of confidence in me—I no longer fear breaking the system. I've even ventured into experimenting with new things on NixOS, such as the hyprland compositor. Previously, on EndeavourOS, I wouldn't have dared to tinker with such novel compositors, as any system mishaps would have entailed significant manual troubleshooting using various workarounds. +The rollback capability and reproducibility of NixOS has instilled a great deal of confidence in me—I no longer fear breaking the system. I've even ventured into experimenting with new things on NixOS, such as the hyprland compositor. Previously, on EndeavourOS, I wouldn't have dared to tinker with such novel compositors, as any system mishaps would have entailed significant manual troubleshooting using various workarounds. This is why I chose NixOS. diff --git a/docs/zh/introduction/index.md b/docs/zh/introduction/index.md index eb94849..aef1606 100644 --- a/docs/zh/introduction/index.md +++ b/docs/zh/introduction/index.md @@ -30,7 +30,7 @@ Nix 是一个声明式的软件包管理器,用户需要通过某些配置声 切换到 NixOS 后,我对它那是相当的满意,腰也不疼了,背也不酸了... 最惊艳的是,现在我可以通过仅仅一行命令,就能在一台全新安装的 NixOS 主机上还原我的整个 i3 桌面环境以及所有我的常用软件! -NixOS 的回滚能力给了我非常大的底气,我现在再也不用怕把系统搞挂了(挂了直接回滚就恢复了),于是我又在 NixOS 尝试了许多新鲜玩意儿! +NixOS 的回滚能力与可复现能力给了我非常大的底气,我现在再也不用怕把系统搞挂了(挂了直接回滚就恢复了),于是我又在 NixOS 尝试了许多新鲜玩意儿! 在以前 EndeavourOS 上我肯定是不太敢这么玩的,因为万一要是把系统玩出问题了,就必须手动修复系统状态,那可是相当麻烦。 这就是我选择 NixOS 的原因。