home.shell.enableShellIntegration

Whether to globally enable shell integration for all supported shells.

Individual shell integrations can be overridden with their respective shell.enable<SHELL>Integration option. For example, the following declaration globally disables shell integration for Bash:

home.shell.enableBashIntegration = false;
Type
boolean
Default
true
Example
false
Declared
<home-manager/modules/misc/shell.nix>