diff --git a/index.html b/index.html index ac384106..5d82a467 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 cb5b3f36..f5d58fe5 100644 --- a/options.html +++ b/options.html @@ -5610,24 +5610,40 @@ exclusion. <home-manager/modules/programs/nushell.nix>
programs.nushell.package
The package to use for nushell.
Type: package
Default: pkgs.nushell
Declared by:
<home-manager/modules/programs/nushell.nix>
- |
programs.nushell.settings
Configuration written to
-$XDG_CONFIG_HOME/nushell/config.toml
.
+
programs.nushell.configFile
The configuration file to be used for nushell.
-See https://www.nushell.sh/book/configuration.html for the full list -of options. -
Type: Nushell configuration
Default:
- {
-
- }
-
Example:
{ - edit_mode = "vi"; - startup = [ "alias la [] { ls -a }" "alias e [msg] { echo $msg }" ]; - key_timeout = 10; - completion_mode = "circular"; - no_auto_pivot = true; +See https://www.nushell.sh/book/configuration.html#configuration for more information. +Type: submodule
Example:
{ text = '' + let $config = { + filesize_metric: false + table_mode: rounded + use_ls_colors: true + } + ''; }Declared by:
<home-manager/modules/programs/nushell.nix>
+ |
programs.nushell.configFile.source
Path of the nushell config.nu
file to use.
+
Type: null or path
Default: file containing text
Declared by:
+ <home-manager/modules/programs/nushell.nix>
+ |
programs.nushell.configFile.text
Text of the nushell config.nu
file.
+If unset then the source option will be preferred.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/nushell.nix>
+ |
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:
'' +let-env FOO = 'BAR' +''
Declared by:
+ <home-manager/modules/programs/nushell.nix>
+ |
programs.nushell.envFile.source
Path of the nushell env.nu
file to use.
+
Type: null or path
Default: file containing text
Declared by:
+ <home-manager/modules/programs/nushell.nix>
+ |
programs.nushell.envFile.text
Text of the nushell env.nu
file.
+If unset then the source option will be preferred.
+
Type: strings concatenated with "\n"
Default: ""
Declared by:
+ <home-manager/modules/programs/nushell.nix>
|
programs.obs-studio.enable
Whether to enable obs-studio.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/obs-studio.nix>
|
programs.obs-studio.package
OBS Studio package to install. diff --git a/tools.html b/tools.html index e723a77e..c9ae3f29 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager
{
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix
or ~/.config/nixpkgs/flake.nix
.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -