Add vscode, add settings for it managed by stow
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"chat.editor.fontFamily": "DejaVu Sans Mono",
|
||||
"chat.editor.fontSize": 16.0,
|
||||
"debug.console.fontFamily": "DejaVu Sans Mono",
|
||||
"debug.console.fontSize": 16.0,
|
||||
"editor.fontFamily": "DejaVu Sans Mono",
|
||||
"editor.fontSize": 16.0,
|
||||
"editor.inlayHints.fontFamily": "DejaVu Sans Mono",
|
||||
"editor.inlineSuggest.fontFamily": "DejaVu Sans Mono",
|
||||
"editor.minimap.sectionHeaderFontSize": 10.285714285714286,
|
||||
"markdown.preview.fontFamily": "DejaVu Sans",
|
||||
"markdown.preview.fontSize": 16.0,
|
||||
"scm.inputFontFamily": "DejaVu Sans Mono",
|
||||
"scm.inputFontSize": 14.857142857142858,
|
||||
"screencastMode.fontSize": 64.0,
|
||||
"terminal.integrated.fontSize": 16.0,
|
||||
"workbench.colorTheme": "Stylix",
|
||||
"redhat.telemetry.enabled": true
|
||||
}
|
||||
@@ -56,6 +56,8 @@
|
||||
shell = "${pkgs.nushell}/bin/nu";
|
||||
};
|
||||
};
|
||||
|
||||
development.vscode.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
Reference in New Issue
Block a user