From 37c09af562285303034611d4124730c2fd40b7d2 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 10 Aug 2025 16:04:21 +0000 Subject: [PATCH] deploy: 715ecee4511d3d8da741335b1cecc29e2c4bd3cb --- options.xhtml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) 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