programs.nushell.configFile
The configuration file to be used for nushell.
See https://www.nushell.sh/book/configuration.html#configuration for more information.
- 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 ''; }- Declared
- <home-manager/modules/programs/nushell.nix>