From e07c9729e8acc3e77331dc65fa622fee9ef029a3 Mon Sep 17 00:00:00 2001 From: rycee Date: Tue, 19 Dec 2023 23:19:40 +0000 Subject: [PATCH] deploy: efc177c15f2a8bb063aeb250fe3c7c21e1de265e --- options.xhtml | 141 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) diff --git a/options.xhtml b/options.xhtml index 29a23c959..403eef38b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -38647,6 +38647,147 @@ strings concatenated with ā€œ\nā€

+
+ + programs.sapling.enable + + +
+
+

Whether to enable Sapling.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The sapling package to use.

+ +

Type: +package

+ +

Default: +pkgs.sapling

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sapling.nix> + +
+
+
+ + programs.sapling.aliases + + +
+
+

Sapling aliases to define.

+ +

Type: +attribute set of string

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sapling.nix> + +
+
+
+ + programs.sapling.extraConfig + + +
+
+

Additional configuration to add.

+ +

Type: +attribute set of anything

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sapling.nix> + +
+
+
+ + programs.sapling.userEmail + + +
+
+

Default user email to use.

+ +

Type: +string

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sapling.nix> + +
+
+
+ + programs.sapling.userName + + +
+
+

Default user name to use.

+ +

Type: +string

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/sapling.nix> + +
+
programs.sbt.enable