feat: drafted out open dyslexic font for vscode

This commit is contained in:
Leyla Becker 2025-10-13 16:51:26 -05:00
parent 80ad498f94
commit 75dcac8d17
4 changed files with 51 additions and 1 deletions

View file

@ -40,6 +40,8 @@ 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;
# html development
autoRenameTag.enable = true;