diff --git a/systems/x86_64-linux/x1/default.nix b/systems/x86_64-linux/x1/default.nix index 91cff05..1323b9c 100644 --- a/systems/x86_64-linux/x1/default.nix +++ b/systems/x86_64-linux/x1/default.nix @@ -86,17 +86,17 @@ with lib.metacfg; claude-desktop-with-fhs goose-cli aider-chat - #vscode - (vscode-with-extensions.override { - vscodeExtensions = with vscode-extensions; [ - rooveterinaryinc.roo-cline - rust-lang.rust-analyzer - github.copilot - ms-python.python - ms-azuretools.vscode-docker - ms-vscode-remote.remote-ssh - ]; - }) + vscode + # (vscode-with-extensions.override { + # vscodeExtensions = with vscode-extensions; [ + # rooveterinaryinc.roo-cline + # rust-lang.rust-analyzer + # github.copilot + # ms-python.python + # ms-azuretools.vscode-docker + # ms-vscode-remote.remote-ssh + # ]; + # }) ]; zramSwap.enable = true;