chore: re-enable vscode and comment out extensions override
Re-enabled the default vscode package and commented out the custom vscode-with-extensions override. This simplifies the configuration by relying on the standard vscode setup.
This commit is contained in:
parent
9eb8807f4d
commit
54f03ed782
|
@ -86,17 +86,17 @@ with lib.metacfg;
|
||||||
claude-desktop-with-fhs
|
claude-desktop-with-fhs
|
||||||
goose-cli
|
goose-cli
|
||||||
aider-chat
|
aider-chat
|
||||||
#vscode
|
vscode
|
||||||
(vscode-with-extensions.override {
|
# (vscode-with-extensions.override {
|
||||||
vscodeExtensions = with vscode-extensions; [
|
# vscodeExtensions = with vscode-extensions; [
|
||||||
rooveterinaryinc.roo-cline
|
# rooveterinaryinc.roo-cline
|
||||||
rust-lang.rust-analyzer
|
# rust-lang.rust-analyzer
|
||||||
github.copilot
|
# github.copilot
|
||||||
ms-python.python
|
# ms-python.python
|
||||||
ms-azuretools.vscode-docker
|
# ms-azuretools.vscode-docker
|
||||||
ms-vscode-remote.remote-ssh
|
# ms-vscode-remote.remote-ssh
|
||||||
];
|
# ];
|
||||||
})
|
# })
|
||||||
];
|
];
|
||||||
|
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue