diff --git a/index.xhtml b/index.xhtml index 6fc77b2b0..21e20342a 100644 --- a/index.xhtml +++ b/index.xhtml @@ -66,7 +66,7 @@ on how to perform this installation.

  • As a module user profiles to be built together with the system when running nixos-rebuild. See NixOS module for a description of this setup.

  • As a module within a -nix-darwin system +nix-darwin system configuration. This allows the user profiles to be built together with the system when running darwin-rebuild. See nix-darwin module for a description of this @@ -186,7 +186,7 @@ you create. This contains the system’s NixOS configuration.

    
     

    nix-darwin module

    Home Manager provides a module that allows you to prepare user environments directly from the -nix-darwin configuration file, +nix-darwin configuration file, which often is more convenient than using the home-manager tool.

    To make the NixOS module available for use you must import it into your system configuration. This is most conveniently done by adding a Home Manager channel. For example, if you are following Nixpkgs master @@ -554,7 +554,7 @@ to that of NixOS. The flake.nix would be:

    <
     
       inputs = {
         nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
    -    darwin.url = "github:lnl7/nix-darwin";
    +    darwin.url = "github:nix-darwin/nix-darwin";
         darwin.inputs.nixpkgs.follows = "nixpkgs";
         home-manager.url = "github:nix-community/home-manager";
         home-manager.inputs.nixpkgs.follows = "nixpkgs";