programs.nushell.settings

Home-Manager option

Nushell settings. These will be flattened and assigned one by one to $env.config to avoid overwriting the default or existing options. For example: becomes:

type: attribute set of (null or (Nushell inline value) or boolean or signed integer or floating point number or string or absolute path or (attribute set of Nushell values) or (list of Nushell values))
Default
{ }
Example
{ history = { format = "sqlite"; }; show_banner = false; }
declared in: <home-manager/modules/programs/nushell.nix>source unavailable