From 370c5cdeaadaaaa31ae7d91175a4f54ed03dfa3c Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 19 Mar 2025 20:41:22 +0000 Subject: [PATCH] deploy: eb0f617aecbaf1eff5bacec789891e775af2f5a3 --- options.xhtml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/options.xhtml b/options.xhtml index 729a4a939..ede4735c9 100644 --- a/options.xhtml +++ b/options.xhtml @@ -54104,6 +54104,95 @@ null or boolean

+
+ + programs.tex-fmt.enable + + +
+
+

Whether to enable tex-fmt.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The tex-fmt package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.tex-fmt

+ +

Declared by:

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

Configuration written to +$XDG_CONFIG_HOME/tex-fmt/tex-fmt.toml on Linux or +$HOME/Library/Application Support/tex-fmt/tex-fmt.toml on Darwin. +See https://github.com/WGUNDERWOOD/tex-fmt and +https://github.com/WGUNDERWOOD/tex-fmt/blob/master/tex-fmt.toml +for more information.

+ +

Type: +TOML value

+ +

Default: +{ }

+ +

Example:

{
+  wrap = true;
+  tabsize = 2;
+  tabchar = "space";
+  lists = [];
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/tex-fmt.nix> + +
+
programs.texlive.enable