diff --git a/index.html b/index.html index cf8dc13f..f4807847 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describes how to install, use, and extend Home Manager.
@@ -95,7 +95,7 @@ or an unstable channel, you can run
# nix # nix-channel --update
and if you follow a Nixpkgs version 21.05 channel, you can run
# nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager # nix-channel --update
It is then possible to add
imports = [ <home-manager/nix-darwin> ];
to your nix-darwin configuration.nix
file, which will introduce a
new NixOS option called home-manager
whose type is an attribute set
-that maps user names to Home Manager configurations.
For example, a nix-darwin configuration may include the lines
user.users.eve = { +that maps user names to Home Manager configurations.For example, a nix-darwin configuration may include the lines
users.users.eve = { name = "eve"; home = "/Users/eve"; } diff --git a/tools.html b/tools.html index 53d5ab7c..bd74880d 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools
- home-manager - — reconfigure a user environment
Name
home-manager +
Appendix D. Tools
- home-manager + — reconfigure a user environment
Name
home-manager — reconfigure a user environment
Synopsis
home-manager
{ build | @@ -80,7 +80,7 @@ | --verbose } - ]Description
This command updates the user environment so that it corresponds to the configuration specified in
~/.config/nixpkgs/home.nix
or~/.config/nixpkgs/flake.nix
.@@ -149,7 +149,7 @@ available for immediate garbage collection.
-
Options
The tool accepts the options
-A
@@ -253,15 +253,15 @@attrPath
--verbose
Activates verbose output. -