From 281679cf737ca193d6316c22ddcb58579e0e59d6 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 12 Oct 2025 03:12:59 +0000 Subject: [PATCH] deploy: 4889a257563f395d3088194370122be198c9a1a8 --- options.xhtml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) 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