programs.nushell.configDir
Home-Manager option
Location of the nushell config directory. This directory contains the config.nu, env.nu, and login.nu files, as well as history and plugin files.
type: string or absolute pathDefault
declared in: <home-manager/modules/programs/nushell.nix>source unavailableif pkgs.stdenv.isDarwin && !config.xdg.enable then "Library/Application Support/nushell" else "${config.xdg.configHome}/nushell";