diff --git a/index.html b/index.html index ca2c4a4a3..44a457f76 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 33b84601c..7d903e6a9 100644 --- a/options.html +++ b/options.html @@ -3970,7 +3970,7 @@ in this option) to command strings or directly to build outputs. }
Declared by:
<home-manager/modules/programs/irssi.nix>
- |
programs.irssi.extraConfigThese lines are appended to the Irssi configuration.
Type: string
Default: ""
Declared by:
+ |
programs.irssi.extraConfigThese lines are appended to the Irssi configuration.
Type: strings concatenated with "\n"
Default: ""
Declared by:
<home-manager/modules/programs/irssi.nix>
|
programs.irssi.networksAn attribute set of chat networks.
Type: attribute set of submodules
Default:
{
@@ -8906,7 +8906,7 @@ man page for more examples.
Type: boolean
Default: false
Declared by:
<home-manager/modules/services/picom.nix>
|
services.picom.extraOptionsAdditional Picom configuration. -
Type: string
Default: ""
Example:
'' +Type: strings concatenated with "\n"
Default:
""Example:
'' unredir-if-possible = true; dbe = true; ''Declared by: