mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-13 13:19:58 -05:00
Allow editing vscode settings
This commit is contained in:
@@ -10,13 +10,18 @@ in {
|
|||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
userSettings =
|
|
||||||
{
|
# This is actually turning out to be super annoying whenever I need
|
||||||
"workbench.colorTheme" = theme.vscode-theme;
|
# to change settings on the fly. Disabling until I have time to research.
|
||||||
"vim.useCtrlKeys" = false;
|
# In the meantime themes are broken
|
||||||
"editor.minimap.enabled" = false;
|
# userSettings =
|
||||||
}
|
# {
|
||||||
// cfg.vscode_settings;
|
# "workbench.colorTheme" = theme.vscode-theme;
|
||||||
|
# "vim.useCtrlKeys" = false;
|
||||||
|
# "editor.minimap.enabled" = false;
|
||||||
|
# }
|
||||||
|
|
||||||
|
# // cfg.vscode_settings;
|
||||||
|
|
||||||
extensions = with pkgs.vscode-extensions;
|
extensions = with pkgs.vscode-extensions;
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user