From c0b102e17b8fbc0f3b3f6bbcc0bafac612ca1645 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 19 Apr 2025 14:06:50 +0000 Subject: [PATCH] deploy: 9676e8a52a177d80c8a42f66566362a6d74ecf78 --- options.xhtml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/options.xhtml b/options.xhtml index a66c161bd..63dc546bc 100644 --- a/options.xhtml +++ b/options.xhtml @@ -32652,6 +32652,88 @@ boolean

+
+ + programs.inori.enable + + +
+
+

Whether to enable inori.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/inori.nix> + +
+
+
+ + programs.inori.package + + +
+
+

The inori package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.inori

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/inori.nix> + +
+
+
+ + programs.inori.settings + + +
+
+

Configuration written to $XDG_CONFIG_HOME/inori/config.toml.

See https://github.com/eshrh/inori/blob/master/CONFIGURATION.md for available options.

+ +

Type: +TOML value

+ +

Default: +{ }

+ +

Example:

{
+  seek_seconds = 10;
+  dvorak_keybindings = true;
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/inori.nix> + +
+
programs.ion.enable