diff --git a/options.xhtml b/options.xhtml index 5bcf4c590..11392723c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -39493,6 +39493,83 @@ YAML 1.1 value
+programs.jrnl.enable
+
+
+Whether to enable jrnl.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/jrnl.nix>
+
+ |
programs.jrnl.package
+
+
+The jrnl package to use.
+ +Type: +null or package
+ +Default:
+pkgs.jrnl
Declared by:
+
+
+<home-manager/modules/programs/jrnl.nix>
+
+ |
programs.jrnl.settings
+
+
+Configuration for the jrnl binary. +Available configuration options are described in the jrnl documentation: +https://jrnl.sh/en/stable/reference-config-file/.
+ +Type: +YAML 1.1 value
+ +Default:
+{ }
Declared by:
+
+
+<home-manager/modules/programs/jrnl.nix>
+
+ |
programs.jujutsu.enable