diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index cd56e8e..04b61c5 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -112,6 +112,7 @@ with lib; "terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font"; "terminal.integrated.fontSize" = 16; "terminal.integrated.minimumContrastRatio" = 1; + "terminal.integrated.shellIntegration.enabled" = false; "terminal.integrated.showExitAlert" = false; "trailing-spaces.highlightCurrentLine" = false; "update.mode" = "none";