diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index fe68990..6a77817 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -94,6 +94,7 @@ with lib; ''; environment.etc."vscode-settings.json".text = builtins.toJSON { + "diffEditor.renderSideBySide" = false; "editor.cursorSurroundingLines" = 9; "editor.renderFinalNewline" = false; "editor.scrollBeyondLastLine" = false;