diff --git a/options.xhtml b/options.xhtml index 29a23c95..403eef38 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