Allow editing vscode settings

This commit is contained in:
Henry Sipp
2025-07-23 22:58:02 -05:00
parent 0c54f02acd
commit b83efbcf18
+12 -7
View File
@@ -10,13 +10,18 @@ in {
programs.vscode = {
enable = true;
profiles.default = {
userSettings =
{
"workbench.colorTheme" = theme.vscode-theme;
"vim.useCtrlKeys" = false;
"editor.minimap.enabled" = false;
}
// cfg.vscode_settings;
# This is actually turning out to be super annoying whenever I need
# to change settings on the fly. Disabling until I have time to research.
# In the meantime themes are broken
# userSettings =
# {
# "workbench.colorTheme" = theme.vscode-theme;
# "vim.useCtrlKeys" = false;
# "editor.minimap.enabled" = false;
# }
# // cfg.vscode_settings;
extensions = with pkgs.vscode-extensions;
[