diff --git a/options.html b/options.html index 1e17884f3..2f3cea9de 100644 --- a/options.html +++ b/options.html @@ -4718,6 +4718,11 @@ If unset then the source option will be preferred.

<home-manager/modules/programs/nushell.nix>

programs.nushell.extraEnv

Additional configuration to add to the nushell environment variables file.

Type: strings concatenated with "\n"

Default: ""

Declared by:

<home-manager/modules/programs/nushell.nix> +
programs.nushell.shellAliases

An attribute set that maps aliases (the top level attribute names in +this option) to command strings or directly to build outputs.

Type: attribute set of string

Default: { }

Example:

{
+  ll = "ls -l";
+}

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.

Type: package

Default: pkgs.obs-studio

Declared by: