mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: ae75532909
This commit is contained in:
parent
2b3ff7cb96
commit
0873e7ebd1
1 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ on how to perform this installation.</p></li><li class="listitem"><p>As a module
|
||||||
user profiles to be built together with the system when running
|
user profiles to be built together with the system when running
|
||||||
<code class="literal">nixos-rebuild</code>. See <a class="link" href="index.xhtml#sec-install-nixos-module" title="NixOS module" >NixOS module</a> for a
|
<code class="literal">nixos-rebuild</code>. See <a class="link" href="index.xhtml#sec-install-nixos-module" title="NixOS module" >NixOS module</a> for a
|
||||||
description of this setup.</p></li><li class="listitem"><p>As a module within a
|
description of this setup.</p></li><li class="listitem"><p>As a module within a
|
||||||
<a class="link" href="https://github.com/LnL7/nix-darwin/" target="_top">nix-darwin</a> system
|
<a class="link" href="https://github.com/nix-darwin/nix-darwin/" target="_top">nix-darwin</a> system
|
||||||
configuration. This allows the user profiles to be built together
|
configuration. This allows the user profiles to be built together
|
||||||
with the system when running <code class="literal">darwin-rebuild</code>. See <a class="link" href="index.xhtml#sec-install-nix-darwin-module" title="nix-darwin module" >nix-darwin
|
with the system when running <code class="literal">darwin-rebuild</code>. See <a class="link" href="index.xhtml#sec-install-nix-darwin-module" title="nix-darwin module" >nix-darwin
|
||||||
module</a> for a description of this
|
module</a> for a description of this
|
||||||
|
|
@ -186,7 +186,7 @@ you create. This contains the system’s NixOS configuration.</p><pre><code clas
|
||||||
description of Home Manager and how to use it.</p>
|
description of Home Manager and how to use it.</p>
|
||||||
</div><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-install-nix-darwin-module" class="title" style="clear: both">nix-darwin module </h2> </div> </div></div><p>Home Manager provides a module that allows you to prepare user
|
</div><div class="section"> <div class="titlepage"> <div> <div> <h2 id="sec-install-nix-darwin-module" class="title" style="clear: both">nix-darwin module </h2> </div> </div></div><p>Home Manager provides a module that allows you to prepare user
|
||||||
environments directly from the
|
environments directly from the
|
||||||
<a class="link" href="https://github.com/LnL7/nix-darwin/" target="_top">nix-darwin</a> configuration file,
|
<a class="link" href="https://github.com/nix-darwin/nix-darwin/" target="_top">nix-darwin</a> configuration file,
|
||||||
which often is more convenient than using the <code class="literal">home-manager</code> tool.</p><p>To make the NixOS module available for use you must <code class="literal">import</code> it into
|
which often is more convenient than using the <code class="literal">home-manager</code> tool.</p><p>To make the NixOS module available for use you must <code class="literal">import</code> it into
|
||||||
your system configuration. This is most conveniently done by adding a
|
your system configuration. This is most conveniently done by adding a
|
||||||
Home Manager channel. For example, if you are following Nixpkgs master
|
Home Manager channel. For example, if you are following Nixpkgs master
|
||||||
|
|
@ -554,7 +554,7 @@ to that of NixOS. The <code class="literal">flake.nix</code> would be:</p><pre><
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
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";
|
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue