mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 22:03:07 +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 = {
|
editor = {
|
||||||
fontLigatures = true;
|
fontLigatures = true;
|
||||||
fontFamily = "JetBrainsMono Nerd Font";
|
fontFamily = "JetBrainsMono Nerd Font";
|
||||||
|
cursorBlinking = "smooth";
|
||||||
|
cursorSmoothCaretAnimation = "on";
|
||||||
|
tabSize = 2;
|
||||||
|
accessibilitySupport = "off";
|
||||||
};
|
};
|
||||||
workbench = {
|
workbench = {
|
||||||
colorTheme = "Tokyo Night";
|
colorTheme = "Tokyo Night";
|
||||||
};
|
};
|
||||||
|
files = {
|
||||||
|
autoSave = "on";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue