diff --git a/index.html b/index.html index 0be48af30..2b1cfd2d6 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.
diff --git a/options.html b/options.html index e58bd374e..684c28af7 100644 --- a/options.html +++ b/options.html @@ -7533,6 +7533,33 @@ Home Manager will attempt to create this directory. ""
Declared by:
<home-manager/modules/programs/taskwarrior.nix>
+ |
programs.terminator.enable
Whether to enable terminator, a tiling terminal emulator.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/terminator.nix>
+ |
programs.terminator.package
terminator package to install.
Type: package
Default:
+
(build of terminator-2.1.1)
+
Example:
pkgs.terminator
Declared by:
+ <home-manager/modules/programs/terminator.nix>
+ |
programs.terminator.config
configuration for terminator. +
+For a list of all possible options refer to the +terminator_config(5) +man page. +
Type: attribute set of anythings
Default:
+
+ {
+
+ }
+
+
Example:
{ + global_config.borderless = true; + profiles.default.background_color = "#002b36"; +} +
Declared by:
+ <home-manager/modules/programs/terminator.nix>
|
programs.termite.enable
Whether to enable Termite VTE-based terminal.
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
@@ -147,7 +147,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index a87854877..041e08068 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-
Name
Name
Synopsis
home-manager
{
build
|
@@ -78,7 +78,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
Options
-A
@@ -246,15 +246,15 @@
attrPath
--verbose