programs.nushell.shellAliases
Home-Manager option
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 stringDefault
{ }Example
declared in: <home-manager/modules/programs/nushell.nix>source unavailable{ g = "git"; ll = "ls -l"; }