From 0873e7ebd19eaa707be9733da92268e8465c1cb9 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 16 May 2025 23:48:07 +0000 Subject: [PATCH] deploy: ae755329092c87369b9e9a1510a8cf1ce2b1c708 --- index.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";