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 = ''
    const NU_LIB_DIRS = $NU_LIB_DIRS ++ ${
      lib.hm.nushell.toNushell (lib.concatStringsSep ":" [ ./scripts ])
    }
    $env.config.filesize_metric = false
    $env.config.table_mode = 'rounded'
    $env.config.use_ls_colors = true
  '';
}