diff --git a/index.html b/index.html index 5ed1cb531..a73c865e3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 1b802227c..529a4b6f2 100644 --- a/options.html +++ b/options.html @@ -5775,7 +5775,7 @@ exclusion.
programs.nushell.configFile
The configuration file to be used for nushell.
See https://www.nushell.sh/book/configuration.html#configuration for more information. -
Type: submodule
Example:
{ text = '' +Type: null or submodule
Default:
null
Example:
{ text = '' let $config = { filesize_metric: false table_mode: rounded @@ -5795,7 +5795,7 @@ If unset then the source option will be preferred.
programs.nushell.envFile
The environment variables file to be used for nushell.
See https://www.nushell.sh/book/configuration.html#configuration for more information. -
Type: submodule
Example:
'' +Type: null or submodule
Default:
null
Example:
'' let-env FOO = 'BAR' ''Declared by: