diff --git a/options.html b/options.html index 1e17884f..2f3cea9d 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>
Additional configuration to add to the nushell environment variables file. Type: strings concatenated with "\n" Default: Declared by: 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: Declared by: Whether to enable obs-studio. Type: boolean Default: Example: Declared by: OBS Studio package to install. Type: package Default: Declared by:programs.nushell.extraEnv
""
<home-manager/modules/programs/nushell.nix>
+
programs.nushell.shellAliases
{ }
{
+ ll = "ls -l";
+}
+ <home-manager/modules/programs/nushell.nix>
programs.obs-studio.enable
false
true
<home-manager/modules/programs/obs-studio.nix>
programs.obs-studio.package
pkgs.obs-studio