diff --git a/index.html b/index.html index 4ef7feb65..cd5f396c0 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?Install Home Manager and apply the configuration by
$ nix build --no-link <flake-uri>#homeConfigurations.jdoe.activationPackage -$ "$(nix path-info <flake-uri>#homeConfigurations.jdoe.activationPackage)"/bin/activate
Substitute <flake-uri>
with the flake URI of the configuration flake.
+$ "$(nix path-info <flake-uri>#homeConfigurations.jdoe.activationPackage)"/activate
Substitute <flake-uri>
with the flake URI of the configuration flake.
If flake.nix
resides in ~/.config/nixpkgs
,
<flake-uri>
may be ~/.config/nixpkgs
as a Git tree or path:~/.config/nixpkgs
if not.
diff --git a/tools.html b/tools.html index ebcbd8b07..37222c471 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -