diff --git a/home/codium.nix b/home/codium.nix index f2f0083..ca9bf44 100644 --- a/home/codium.nix +++ b/home/codium.nix @@ -5,4 +5,5 @@ "security.workspace.trust.enabled" = false; "workbench.startupEditor" = "none"; "workbench.colorTheme" = "Default High Contrast"; + "editor.mouseWheelZoom" = true; }