From 9e9c52d8ff6f29314d3909eaf69b6db38b533629 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 2 May 2025 16:15:12 +0000 Subject: [PATCH] deploy: d6b0c054571a444acd2755b038bb7df5eb7954a7 --- options.xhtml | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/options.xhtml b/options.xhtml index 3090c1869..65b3005f8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -62937,6 +62937,96 @@ attribute set of (TOML value)

+
+ + programs.visidata.enable + + +
+
+

Whether to enable Visidata.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The visidata package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.visidata

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/visidata.nix> + +
+
+
+ + programs.visidata.visidatarc + + +
+
+

Configuration settings and Python function declarations +to be written to ~/.visidatarc. All available options +can be found here: https://www.visidata.org/docs/.

+ +

Type: +strings concatenated with ā€œ\nā€

+ +

Default: +""

+ +

Example:

''
+  options.min_memory_mb=100  # stop processing without 100MB free
+  
+  bindkey('0', 'go-leftmost')   # alias '0' to go to first column, like vim
+  
+  def median(values):
+      L = sorted(values)
+      return L[len(L)//2]
+  
+  vd.aggregator('median', median)
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/visidata.nix> + +
+
programs.vivaldi.nativeMessagingHosts