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