home.shell.enableShellIntegration

Home-Manager option

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:

type: boolean
Default
true
Example
false
declared in: <home-manager/modules/misc/shell.nix>source unavailable