From f10b1279065dd508a444fbf72225d4381926f455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 3 May 2022 15:44:04 -0600 Subject: [PATCH] actualiza settings de codium --- home/codium.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/codium.nix b/home/codium.nix index 2f9d6f2..ca7633c 100644 --- a/home/codium.nix +++ b/home/codium.nix @@ -9,4 +9,6 @@ "editor.cursorSmoothCaretAnimation" = true; "workbench.list.smoothScrolling" = true; "editor.smoothScrolling" = true; + "editor.rulers" = [80 120]; + "workbench.iconTheme" = "simple-icons"; }