diff --git a/options.xhtml b/options.xhtml index a12a3c2f6..f5890046e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -18768,6 +18768,90 @@ YAML 1.1 value

+
+ + programs.andcli.enable + + +
+
+

Whether to enable andcli.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The andcli package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.andcli

+ +

Declared by:

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

Configuration settings for andcli. All the details can be found here: +https://github.com/tjblackheart/andcli/blob/7de13cc933eeb23d53558f76fefef226bd531c2c/internal/config/config.go#L16

+ +

Type: +YAML 1.1 value

+ +

Default: +{ }

+ +

Example:

{
+  options = {
+    show_tokens = true;
+    show_usernames = false;
+  };
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/andcli.nix> + +
+
programs.animdl.enable