feat: replace vscode with zed, a much faster alternative
This commit is contained in:
parent
592f72346a
commit
c0023da56d
5 changed files with 2 additions and 87 deletions
|
|
@ -20,7 +20,7 @@ in
|
|||
just
|
||||
mask
|
||||
rusty-man
|
||||
vscode
|
||||
zed-editor
|
||||
# keep-sorted end
|
||||
]
|
||||
++ (with jetbrains; [
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ in
|
|||
sonarr.enable = true;
|
||||
syncthing.enable = true;
|
||||
vaultwarden.enable = true;
|
||||
vscode-server.enable = true;
|
||||
# keep-sorted end
|
||||
|
||||
users.groups.media = { };
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
feature = "vscode-server";
|
||||
in
|
||||
{
|
||||
config = lib.mkIf config.${feature}.enable { services.vscode-server.enable = true; };
|
||||
|
||||
options.${feature}.enable = lib.mkEnableOption "enables ${feature}";
|
||||
|
||||
imports = [ inputs.vscode-server.nixosModules.default ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue