From 1d099fae817b61954b58794312d18d9f0404bc41 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Fri, 8 Sep 2023 13:48:03 +0300 Subject: [PATCH] more vscopium Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- users/ultra/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/ultra/home.nix b/users/ultra/home.nix index d548806..5b21ea5 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -236,10 +236,17 @@ in { editor = { fontLigatures = true; fontFamily = "JetBrainsMono Nerd Font"; + cursorBlinking = "smooth"; + cursorSmoothCaretAnimation = "on"; + tabSize = 2; + accessibilitySupport = "off"; }; workbench = { colorTheme = "Tokyo Night"; }; + files = { + autoSave = "on"; + }; }; };