diff --git a/index.html b/index.html index 4286224bc..d18d5e226 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 688da9ff0..588a82157 100644 --- a/options.html +++ b/options.html @@ -6409,6 +6409,67 @@ for options. }
Declared by:
<home-manager/modules/programs/qutebrowser.nix>
+ |
programs.rbw.enable
Whether to enable rwb, a CLI Bitwarden client.
Type: boolean
Default:
+ false
+
Example:
+ true
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.package
Package providing the rbw tool and its +rbw-agent daemon. +
Type: package
Default:
+ pkgs.rbw
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.settings
rbw configuration, if not defined the configuration will not be +managed by Home Manager. +
Type: null or JSON value
Default:
+ null
+
Example:
{ + email = "name@example.com"; + lock_timeout = 300; + pinentry = "gnome3"; +} +
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.settings.base_url
The base-url for a self-hosted bitwarden installation.
Type: null or string
Default:
+ null
+
Example:
+ "bitwarden.example.com"
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.settings.email
The email address for your bitwarden account.
Type: string
Example:
+ "name@example.com"
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.settings.identity_url
The identity url for your bitwarden installation.
Type: null or string
Default:
+ null
+
Example:
+ "identity.example.com"
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.settings.lock_timeout
The amount of time that your login information should be cached. +
Type: unsigned integer, meaning >=0
Default:
+ 3600
+
Example:
+ 300
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
+ |
programs.rbw.settings.pinentry
Which pinentry interface to use. Beware that
+pinentry-gnome3
may not work on non-Gnome
+systems. You can fix it by adding the following to your
+system configuration:
+
+services.dbus.packages = [ pkgs.gcr ]; +
+For this reason, the default is gtk2
for
+now.
+
Type: package or one of "curses", "tty", "gtk2", "qt", "emacs", "gnome3"
Default:
+ "gtk2"
+
Example:
+ "gnome3"
+
Declared by:
+ <home-manager/modules/programs/rbw.nix>
|
programs.readline.enable
Whether to enable readline.
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 1e0a2ef6f..afaf7bf3c 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