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
|
|
@ -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