diff --git a/index.html b/index.html index 30fb8a793..4c963aa01 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 22ecf6e5f..0884d81e0 100644 --- a/options.html +++ b/options.html @@ -6864,6 +6864,44 @@ substituting numeric shortcuts for files.
Type: pkgs.scmpuff
Declared by:
<home-manager/modules/programs/scmpuff.nix>
+ |
programs.senpai.enableWhether to enable senpai.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/senpai.nix>
+ |
programs.senpai.packageThe senpai package to use.
Type: package
Default:
+ pkgs.senpai
+
Declared by:
+ <home-manager/modules/programs/senpai.nix>
+ |
programs.senpai.configConfiguration for senpai. For a complete list of options, see +senpai(5). +
Type: YAML value
Example:
{
+ addr = "libera.chat:6697";
+ nick = "nicholas";
+ password = "verysecurepassword";
+}
+Declared by:
+ <home-manager/modules/programs/senpai.nix>
+ |
programs.senpai.config.addrThe address (host[:port]) of the IRC server. senpai uses TLS +connections by default unless you specify no-tls option. TLS +connections default to port 6697, plain-text use port 6667. +
Type: string
Declared by:
+ <home-manager/modules/programs/senpai.nix>
+ |
programs.senpai.config.nickYour nickname, sent with a NICK IRC message. It mustn't contain +spaces or colons (:). +
Type: string
Declared by:
+ <home-manager/modules/programs/senpai.nix>
+ |
programs.senpai.config.no-tlsDisables TLS encryption.
Type: boolean
Default:
+ false
+
Declared by:
+ <home-manager/modules/programs/senpai.nix>
+ |
programs.senpai.config.passwordYour password, used for SASL authentication. Note that it will +reside world-readable in the Nix store. +
Type: null or string
Default:
+ null
+
Declared by:
+ <home-manager/modules/programs/senpai.nix>
|
programs.skim.enableWhether to enable skim - a command-line fuzzy finder.
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
@@ -141,7 +141,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index d0b505f35..83314dbc4 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -76,7 +76,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -240,15 +240,15 @@
attrPath--verbose