MyNixOS website logo

The configuration file to be used for nushell.

See https://www.nushell.sh/book/configuration.html#configuration for more information.

Declarations
Type
null or (submodule)
Default
null
Example
{ text = ''
    let $config = {
      filesize_metric: false
      table_mode: rounded
      use_ls_colors: true
    }
  '';
}