diff --git a/index.html b/index.html index ed232c959..b00487016 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index b3dfc3b32..e62ffd85a 100644 --- a/options.html +++ b/options.html @@ -3952,6 +3952,23 @@ attempted. ]);
Declared by:
<home-manager/modules/programs/htop.nix>
+ |
programs.hyfetch.enableWhether to enable hyfetch.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/hyfetch.nix>
+ |
programs.hyfetch.packageThe hyfetch package to use.
Type: package
Default: pkgs.hyfetch
Declared by:
+ <home-manager/modules/programs/hyfetch.nix>
+ |
programs.hyfetch.settingsJSON config for HyFetch
Type: JSON value
Default:
+ {
+
+ }
+
Example:
{
+ preset = "rainbow";
+ mode = "rgb";
+ color_align = {
+ mode = "horizontal";
+ };
+}
+Declared by:
+ <home-manager/modules/programs/hyfetch.nix>
|
programs.i3status.enableWhether to enable i3status.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/i3status.nix>
|
programs.i3status.enableDefaultWhether or not to enable diff --git a/tools.html b/tools.html index cdc5f71d5..de396764c 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. -