mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 14:26:02 +00:00
Remove vscode on linux
This commit is contained in:
17
home.nix
17
home.nix
@@ -420,23 +420,6 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
vscode = {
|
|
||||||
enable = stdenv.isLinux;
|
|
||||||
package = unstable.vscode;
|
|
||||||
profiles.default.extensions =
|
|
||||||
with unstable.vscode-extensions;
|
|
||||||
[
|
|
||||||
bbenoist.nix
|
|
||||||
github.vscode-pull-request-github
|
|
||||||
golang.go
|
|
||||||
hashicorp.terraform
|
|
||||||
ms-dotnettools.csharp
|
|
||||||
ms-kubernetes-tools.vscode-kubernetes-tools
|
|
||||||
redhat.vscode-yaml
|
|
||||||
]
|
|
||||||
++ lib.optionals stdenv.isLinux [ ms-python.python ];
|
|
||||||
};
|
|
||||||
|
|
||||||
zed-editor = {
|
zed-editor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = unstable.zed-editor;
|
package = unstable.zed-editor;
|
||||||
|
Reference in New Issue
Block a user