mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2025-02-17 05:18:26 +00:00
fix(Chinese): broken link
This commit is contained in:
parent
c65db98b97
commit
46e951c134
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
前面简单提过,NixOS 自身的配置文件只能管理系统级别的配置,而用户级别的配置则需要使用 home-manager 来管理。
|
||||
|
||||
根据官方文档 [Home Manager Manual](https://nix-community.github.io/home-manager/index.html),要将 home manager 作为 NixOS 模块安装,首先需要创建 `/etc/nixos/home.nix`,配置方法如下:
|
||||
根据官方文档 [Home Manager Manual](https://nix-community.github.io/home-manager/index.xhtml),要将 home manager 作为 NixOS 模块安装,首先需要创建 `/etc/nixos/home.nix`,配置方法如下:
|
||||
|
||||
```nix
|
||||
{ config, pkgs, ... }:
|
||||
|
|
Loading…
Add table
Reference in a new issue