Merge pull request #66 from yassinebenarbia/url-fix

fix: "Home Manager Manual" refrence changed from `.html` to `.xhtml`
This commit is contained in:
Ryan Yin 2024-01-01 07:40:24 +08:00 committed by GitHub
commit e952bddabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
As I mentioned earlier, NixOS can only manage system-level configuration. To manage user-level configuration in the Home directory, we need to install Home Manager.
According to the official [Home Manager Manual](https://nix-community.github.io/home-manager/index.html), to install Home Manager as a module of NixOS, we first need to create `/etc/nixos/home.nix`. Here's an example of its contents:
According to the official [Home Manager Manual](https://nix-community.github.io/home-manager/index.xhtml), to install Home Manager as a module of NixOS, we first need to create `/etc/nixos/home.nix`. Here's an example of its contents:
```nix
{ config, pkgs, ... }: