feat: enabled open dyslexia

This commit is contained in:
Leyla Becker 2025-10-13 17:00:30 -05:00
parent 75dcac8d17
commit d87462981e
2 changed files with 3 additions and 3 deletions

View file

@ -32,6 +32,7 @@ in {
"javascript.updateImportsOnFileMove.enabled" = "always";
"editor.tabSize" = 2;
"editor.insertSpaces" = false;
"terminal.integrated.fontFamily" = "'Droid Sans Mono', 'monospace', monospace";
}
];
@ -40,8 +41,7 @@ in {
oneDark.enable = true;
atomKeybindings.enable = true;
openRemoteSsh.enable = true;
# I don't like how the terminal feels with open dyslexic font on and lots of parts of the UI don't get set anyways
openDyslexicFont.enable = false;
openDyslexicFont.enable = true;
# html development
autoRenameTag.enable = true;