From 5df2daf6f0fdff34fb4d421deb1df616302f458b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 12 Apr 2022 19:31:25 -0600 Subject: [PATCH] actualiza settings de codium --- home/codium.nix | 1 + 1 file changed, 1 insertion(+) 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; }