diff --git a/index.html b/index.html index a59a3c206..6865edf19 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.
@@ -100,7 +100,7 @@ new NixOS option called home-manager
whose type is
that maps user names to Home Manager configurations.
For example, a nix-darwin configuration may include the lines
home-manager.users.eve = { pkgs, ... }: { home.packages = [ pkgs.atool pkgs.httpie ]; programs.bash.enable = true; -};
and after a darwin-rebuild --switch
the user eve’s environment
+};
and after a darwin-rebuild switch
the user eve’s environment
should include a basic Bash configuration and the packages atool and
httpie.
By default user packages will not be ignored in favor of
environment.systemPackages
, but they will be intalled to
diff --git a/tools.html b/tools.html
index 34b055050..ca18f7ddf 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -72,7 +72,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
.
@@ -137,7 +137,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -226,15 +226,15 @@
--verbose
Activates verbose output. -