···56 */
5758 shellAliases = mkOption {
59- default = config.environment.shellAliases // { which = "type -P"; };
60 description = ''
61 Set of aliases for bash shell. See <option>environment.shellAliases</option>
62 for an option format description.
···56 */
5758 shellAliases = mkOption {
59+ default = config.environment.shellAliases;
60 description = ''
61 Set of aliases for bash shell. See <option>environment.shellAliases</option>
62 for an option format description.