From 7b0c09526beea491b6514fee1220a65d2f4f4f98 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 8 Jun 2025 04:52:21 +0000 Subject: [PATCH] deploy: bd8946c773906d3e331efa02ea25b3a19a063d68 --- options.xhtml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/options.xhtml b/options.xhtml index 1c558a143..afb1eaefd 100644 --- a/options.xhtml +++ b/options.xhtml @@ -39744,6 +39744,84 @@ YAML value

+
+ + programs.lazysql.enable + + +
+
+

Whether to enable lazysql.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The lazysql package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.lazysql

+ +

Declared by:

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

Configuration settings for lazysql.

+ +

Type: +TOML value

+ +

Default: +{ }

+ +

Example: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/lazysql.nix> + +
+
programs.ledger.enable