diff --git a/modules/home/default.nix b/modules/home/default.nix index 8c452f5..33cec09 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -156,6 +156,7 @@ in prismLauncher steam zed + vsCode feishin obsidian libreOffice diff --git a/modules/home/gui/apps/code/vsCode/config/userSettings.nix b/modules/home/gui/apps/code/vsCode/config/userSettings.nix index e34977f..402d08a 100755 --- a/modules/home/gui/apps/code/vsCode/config/userSettings.nix +++ b/modules/home/gui/apps/code/vsCode/config/userSettings.nix @@ -11,7 +11,7 @@ let in { "git.confirmSync" = false; - "editor.insertSpaces" = false; + "editor.insertSpaces" = true; "files.autoSave" = "afterDelay"; "git.enableSmartCommit" = true; "nix.enableLanguageServer" = true;