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"; }