diff --git a/options.html b/options.html index e22069321..988068906 100644 --- a/options.html +++ b/options.html @@ -4859,6 +4859,30 @@ file (see Default files in pandoc documentation).
<
}
Declared by: Whether to enable papis. Type: boolean Default: Example: Declared by: Type: attribute set of (submodule) Declared by: Whether this is a default library. There must be exactly one
+default library. Type: boolean Default: Example: Declared by: This library's name. Type: string (read only) Default: Declared by: Configuration for this library. Type: attribute set of (boolean or signed integer or string) Default: Example: Declared by: Configuration written to
+ Type: attribute set of (boolean or signed integer or string) Default: Example: Declared by: Whether to enable Password store. Type: boolean Default: Example: Declared by: The
<home-manager/modules/programs/pandoc.nix>
+
programs.papis.enable
false
true
+ <home-manager/modules/programs/papis.nix>
+
programs.papis.libraries
+ <home-manager/modules/programs/papis.nix>
+
programs.papis.libraries.<name>.isDefault
false
true
+ <home-manager/modules/programs/papis.nix>
+
programs.papis.libraries.<name>.name
"‹name›"
+ <home-manager/modules/programs/papis.nix>
+
programs.papis.libraries.<name>.settings
{ }
{
+ dir = "~/papers/";
+}
+
+ <home-manager/modules/programs/papis.nix>
+
programs.papis.settings
$XDG_CONFIG_HOME/papis/config
. See
+https://papis.readthedocs.io/en/latest/configuration.html
+for supported values.{ }
{
+ editor = "nvim";
+ file-browser = "ranger"
+ add-edit = true;
+}
+
+ <home-manager/modules/programs/papis.nix>
programs.password-store.enable
false
true
<home-manager/modules/programs/password-store.nix>
programs.password-store.package
pass
package to use.