diff --git a/index.html b/index.html index ac3841060..5d82a467a 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 cb5b3f36f..f5d58fe5c 100644 --- a/options.html +++ b/options.html @@ -5610,24 +5610,40 @@ exclusion. <home-manager/modules/programs/nushell.nix>
programs.nushell.packageThe package to use for nushell.
Type: package
Default: pkgs.nushell
Declared by:
<home-manager/modules/programs/nushell.nix>
- |
programs.nushell.settingsConfiguration written to
-$XDG_CONFIG_HOME/nushell/config.toml.
+
programs.nushell.configFileThe 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.sourcePath 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.textText 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.envFileThe 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.sourcePath 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.textText 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.enableWhether to enable obs-studio.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/obs-studio.nix>
|
programs.obs-studio.packageOBS Studio package to install. diff --git a/tools.html b/tools.html index e723a77e4..c9ae3f29c 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. -