diff --git a/home-manager/IDEs/vscode.nix b/home-manager/IDEs/vscode.nix index d39d957..5422476 100644 --- a/home-manager/IDEs/vscode.nix +++ b/home-manager/IDEs/vscode.nix @@ -22,6 +22,8 @@ # Theme "workbench.iconTheme" = "catppuccin-mocha"; "workbench.colorTheme" = "Catppuccin Mocha"; + "workbench.sideBar.location" = "right"; + "workbench.activityBar.location" = "bottom"; # Settings for all files "files.autoSave" = "off";