diff --git a/index.html b/index.html index e1a5eec78..20f38bdca 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 32d94bf45..4eae40fa4 100644 --- a/options.html +++ b/options.html @@ -1137,6 +1137,33 @@ The options are
Type: one of "silent", "notify", "show"
Default: "notify"
Declared by:
<home-manager/modules/misc/news.nix>
+ |
nix.registry
User level flake registry. +
Type: attribute set of submodules
Default:
+ {
+
+ }
+
Declared by:
+ <home-manager/modules/misc/nix.nix>
+ |
nix.registry.<name>.exact
Whether the from
reference needs to match exactly. If set,
+a from
reference like nixpkgs
does not
+match with a reference like nixpkgs/nixos-20.03
.
+
Type: boolean
Default: true
Declared by:
+ <home-manager/modules/misc/nix.nix>
+ |
nix.registry.<name>.flake
The flake input to which from>
is to be rewritten.
+
Type: null or attribute set
Default: null
Example: nixpkgs
Declared by:
+ <home-manager/modules/misc/nix.nix>
+ |
nix.registry.<name>.from
The flake reference to be rewritten.
Type: attribute set of string or signed integer or boolean or packages
Example:
+ {
+ id = "nixpkgs"; type = "indirect";
+ }
+
Declared by:
+ <home-manager/modules/misc/nix.nix>
+ |
nix.registry.<name>.to
The flake reference to which from>
is to be rewritten.
Type: attribute set of string or signed integer or boolean or packages
Example:
+ {
+ owner = "my-org"; repo = "my-nixpkgs"; type = "github";
+ }
+
Declared by:
+ <home-manager/modules/misc/nix.nix>
|
nixpkgs.config
The configuration of the Nix Packages collection. (For details, see the Nixpkgs documentation.) It allows you to set package configuration options. diff --git a/tools.html b/tools.html index 1f8d49602..b9bd6b974 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. -