forked from Shinonome/omarchy-nix
Allow editing vscode settings
This commit is contained in:
@@ -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;
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user