From fa1dd8cf14d4e4dd437046d4bb76cb13e52d8c7c Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 17 Apr 2023 21:17:08 +0000 Subject: [PATCH] deploy: 58b8685e47ce54b298c40aff7877ea9b875de0e6 --- options.html | 5 +++++ 1 file changed, 5 insertions(+) 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: