diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 6b57335..c5fc277 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -74,6 +74,7 @@ with lib; ''; environment.etc."vscode-settings.json".text = builtins.toJSON { + "editor.cursorSurroundingLines" = 9; "editor.renderFinalNewline" = false; "editor.scrollBeyondLastLine" = false; "extensions.autoCheckUpdates" = false;