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