diff --git a/index.html b/index.html index 176319a26..8c6a4a001 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
?+
ca.desrt.dconf
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 642e33236..0f24281db 100644 --- a/options.html +++ b/options.html @@ -5435,6 +5435,27 @@ for more information. };
Declared by:
<home-manager/modules/programs/sm64ex.nix>
+ |
programs.sqls.enable
Whether to enable sqls, a SQL language server written in Go.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/sqls.nix>
+ |
programs.sqls.settings
Configuration written to
+$XDG_CONFIG_HOME/sqls/config.yml
. See
+https://github.com/lighttiger2505/sqls#db-configuration
+for supported values.
+
Type: YAML value
Default:
+ {
+
+ }
+
Example:
{ + lowercaseKeywords = true; + connections = [ + { + driver = "mysql"; + dataSourceName = "root:root@tcp(127.0.0.1:13306)/world"; + } + ]; +} +
Declared by:
+ <home-manager/modules/programs/sqls.nix>
|
programs.ssh.enable
Whether to enable SSH client configuration.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/ssh.nix>
|
programs.ssh.compression
Specifies whether to use compression.
Type: boolean
Default: false
Declared by: