mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
more vscopium
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
1e0542ccef
commit
1d099fae81
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue