diff --git a/machines/asus/fonts.nix b/machines/asus/fonts.nix index 7ae3af0..2531817 100644 --- a/machines/asus/fonts.nix +++ b/machines/asus/fonts.nix @@ -7,18 +7,3 @@ with pkgs; systemFonts [ ]; }) ] - "editor.comments.ignoreEmptyLines": false, - "editor.experimental.asyncTokenization": true, - "editor.folding": false, - "editor.fontFamily": "JetBrainsMono Nerd Font ", - "editor.fontLigatures": true, - "editor.fontSize": 14, - "editor.fontWeight": "400", - "editor.guides.bracketPairsHorizontal": true, - "editor.inlayHints.fontSize": 11, - "editor.inlineSuggest.enabled": true, - "editor.lineHeight": 22, - "editor.lineNumbers": "relative", - "editor.minimap.enabled": false, - "editor.renderWhitespace": "boundary", - "editor.smoothScrolling": true,