From b7ab2622414c0f99431cba180a1c0c9675fdac04 Mon Sep 17 00:00:00 2001 From: Yassine <104306099+yassinebenarbia@users.noreply.github.com> Date: Mon, 1 Jan 2024 00:32:55 +0100 Subject: [PATCH] fix: "Home Manager Manual" refrence changed from `.html` to `.xhtml` --- docs/nixos-with-flakes/start-using-home-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nixos-with-flakes/start-using-home-manager.md b/docs/nixos-with-flakes/start-using-home-manager.md index 039e8d1..58a79af 100644 --- a/docs/nixos-with-flakes/start-using-home-manager.md +++ b/docs/nixos-with-flakes/start-using-home-manager.md @@ -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, ... }: