diff --git a/index.html b/index.html index 4cd2cd710..847d2349b 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 2c9ebbddd..97aa59152 100644 --- a/options.html +++ b/options.html @@ -2261,6 +2261,41 @@ Can be used to specify extensions.
Declared by:
<home-manager/modules/programs/beets.nix>
+ |
programs.bottom.enable
Whether to enable bottom, a cross-platform graphical process/system monitor with a +customizable interface.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/bottom.nix>
+ |
programs.bottom.package
Package providing bottom.
Type: package
Default:
+ pkgs.bottom
+
Declared by:
+ <home-manager/modules/programs/bottom.nix>
+ |
programs.bottom.settings
Configuration written to
+$XDG_CONFIG_HOME/bottom/bottom.toml
on Linux or
+$HOME/Library/Application Support/bottom/bottom.toml
on Darwin.
+
+See https://github.com/ClementTsang/bottom/blob/master/sample_configs/default_config.toml +for the default configuration. +
Type: TOML value
Default:
+
+ {
+
+ }
+
+
Example:
{ + flags = { + avg_cpu = true; + temperature_type = "c"; + }; + + colors = { + low_battery_color = "red"; + }; +} +
Declared by:
+ <home-manager/modules/programs/bottom.nix>
|
programs.broot.enable
Whether to enable Broot, a better way to navigate directories.
Type: boolean
Default:
false
Example: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -151,7 +151,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index deead5d62..fc5e81b72 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -82,7 +82,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -259,15 +259,15 @@
attrPath
--verbose